-
https://github.com/rust-fuzz/afl.rs/pull/137
https://github.com/rust-fuzz/afl.rs/issues/31
https://github.com/rust-fuzz/rfcs/pull/1
-
Hi there,
We are trying to use nyx-net fuzzing some complex interactive systems, and we have successfully started the target system inside `qemu-nyx` manually. Unfortunately, the target came into h…
-
The vulnerThe vulnerability error information is as followsability error information is as follows:
```
==272144==ERROR: LeakSanitizer: detected memory leaks
Indirect leak of 7600 byte(s) in 95 o…
-
Are any of the recent improvements to CI in `rust-bitcoin` worth adopting here?
- Run fuzzer daily: https://github.com/rust-bitcoin/rust-bitcoin/pull/2634 ?
- Re-write `tesh.sh` to do as we do in …
-
Do you have any tips for getting this running? I've got a very large and well developed corpus of wgsl shader files from a previous fuzzing run which I would like to try with this fuzzer. I am attemp…
-
Hello!
I'm not entirely sure this is a bug in `cargo-fuzz`… it may be in `libfuzzer_sys` or perhaps an issue in the `rustc` `trace_macros!()` feature implementation.
I wrote the following fuzzer…
-
Using stable 1.27.1 and nightly 2018-07-15
Log
➜ rust-url git:(bfa167b) ✗ cargo fuzz run fuzz_target_1
error: failed to run `rustc` to learn about target-specific information
Caused …
-
Is there is any interest in hosting an (official) rust-fuzz docker image with things like cargo-fuzz and afl-rs pre-installed and keeping up with the latest nightly rust?
I set up a repo for it her…
-
Fuzzing is a powerful tool for correctness verification. The gist of it is that it generates a lot of semi-random inputs really fast and uses execution path tracing to generate better ones. It lets yo…
-
Fuzz testing is seeing the following errors:
- `calculate_max_long`
- `InsufficientLiquidity: Negative Interest`
- `Initial guess in calculate_max_long is insolvent`
- `target share reser…