Samuel Moelius
Samuel Moelius
Actually, the `-Werror` seems to be coming from here: https://github.com/AFLplusplus/AFLplusplus/blob/9321a24e682b5c8bf6278961bd014cb883b87295/GNUmakefile#L139 @kvark Is it possible you have `DEBUG=1` in your environment when you are running `cargo install`?
> I tried cloning https://github.com/AFLplusplus/AFLplusplus and just building it with `make` under the same shell. Some warnings are spewed, but I'm not seeing "-Werror" stopping them. It fails with this:...
@kvark I'll be away for about a week. I can look at this more when I get back. (Though, I hope a solution reveals itself before then.) Thanks for your...
FWIW, release 0.12.5 includes @vkleen's #248.
@walles Please try this. Run: ``` find $HOME/.local -name afl-system-config ``` Find the entry that corresponds to your Rust toolchain and afl.rs version, and run: ``` sudo path/to/afl-system-config ``` You...
The ideas do sound similar. Instead of using `inventory` to generate a list of fuzz targets, though, `test-fuzz` wraps a fuzz harness in a test and then [filters them from...
@dependabot squash and merge
@dependabot squash and merge
@dependabot squash and merge