Marcel

Results 293 comments of Marcel

> Hi! Thanks for including a link to the code. I am trying to reproduce it but found this compile-time error: > > ``` > error: couldn't read /opt/dev_env/conduit-fuzzer/config.toml: No...

> Thanks, I can compile the code and reproduce it now :) > > I have added an option to `cargo-fuzzcheck` to enable AddressSanitizer, in the hopes that it would...

We mostly have to cover things like `@:` where the user part has a known grammar of allowed characters. Similiar for rooms and events on the network. So the patterns...

Hi just wondering how I can combine this with the struct based approach. For example I have this struct and due to the strings the derive will fail to compile....

Ah ok. Thanks for that example though. I think the workaround will do it for now as I am still evaluating options for a fuzzer in the project. (Mostly as...

Hm does the example miss something? I am getting a lot of not satisfied trait bounds with it: ``` error[E0599]: the method `fmt` exists for struct `fuzzcheck::mutators::tuples::tuple2::Cache`, but its trait...

> ah, I got rid of all those trait requirements recently, but forgot those changes didn't make it to fuzzcheck 0.9. > > I'll publish a quick update next week...

Thanks, it seems to work now :)

(Code can be seen at https://gitlab.nordgedanken.dev/toy-kernel/toy-kernel/-/commit/37cc6e38c769c73bcce5d41ae40ea554d36e144a )

> AFAIK you can't use the 8259 PIC with UEFI. You need to use the APIC instead if you want UEFI support. ah ok. that explains it then :) I...