-
Hello there, thank you for this project!
I am currently looking at using it to fuzz inputs to https://github.com/census-instrumentation/opencensus-service
However, if a struct has a field with a…
-
I am trying to build a system with meson where fuzzing is activated.
The code I am trying to build is here:
https://gitlab.freedesktop.org/elmarco/libslirp/-/commit/9fba8af484ec6bc10b22e3f49d9e34d95…
-
The idea is sound, but it's not clear if invalid input actually triggers any test failures.
-
Setting `--storagePath=./fuzz_out/` for fuzzilli makes it use a... `./fuzz_out/fuzz_out` path for storage instead of `./fuzz_out`.
Seems like an UX bug ;).
-
When we build `stellar-core` with `--enable-afl`, we short-circuit `SignatureChecker::checkSignature()` and `SignatureChecker::checkAllSignaturesUsed()` unconditionally, based on the compile-time flag…
-
From internal testing, the enclosed fuzzer fails the fuzz_cse case with SIGABRT with a traceback of:
```
=================================================================
*** SIGABRT received by …
-
- [ ] `parser.rs`: the parser should be property tested with something like `quickcheck`
- [ ] `cmd.rs`: `CommandLine` should be tested with ascii and utf8
- [ ] `resources.rs`: Gif export should be…
-
We already have some excellent tooling for generating test cases for programs to make them blow up:
- Parametric testing: [QuickCheck](https://github.com/BurntSushi/quickcheck) and [Proptest](https:…
-
Given that OSV reports from OSS-Fuzz are currently false-positive-laden (see https://github.com/google/osv.dev/issues/2176 and https://github.com/google/oss-fuzz/issues/11925), the withdrawal process …
-
Similar to https://github.com/phetsims/beers-law-lab/issues/244. This longstanding problem was apparently revealed when Studio started running on CT again recently. The solution is to port dynamic Si…