-
OSS-Fuzz reported an issue a few weeks ago that we suspect is memory corruption caused by the runtime. This started on August 16th, so is likely a Go 1.17 issue.
A slice bounds out of range issue i…
-
OSS-Fuzz project found an issue with Wasmer.
tracking is here: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=55224
Reproduced localy, using reproducing guide https://google.github.io/oss…
-
I've been trying to increase coverage for the urllib3 library by fuzzing it's HTTP requests functionality (see [fuzz_requests.py](https://github.com/google/oss-fuzz/blob/master/projects/urllib3/fuzz_r…
-
- https://github.com/google/atheris/blob/2.3.0/src/native/tracer.cc
- https://llvm.org/docs/LibFuzzer.html#tracing-cmp-instructions
- https://llvm.org/docs/LibFuzzer.html#value-profile
- https://cl…
-
The fuzzing of the parser is really good 🎉 some of the errors found in the parser so far:
- Array elements != function arguments. Array elements are allowed holes (e.g. `[2,,3]` is valid), but functi…
-
##### IronRDP revision
[3ee44b5c9b858b003148536637476b7133c5858e](https://github.com/Devolutions/IronRDP/commit/3ee44b5c9b858b003148536637476b7133c5858e)
##### Build platform
macOS 13.6.4 / 22…
-
̶-̶ ̶[̶ ̶]̶ ̶W̶h̶e̶n̶ ̶f̶u̶z̶z̶e̶r̶ ̶r̶e̶c̶e̶i̶v̶e̶s̶ ̶p̶r̶o̶g̶r̶a̶m̶s̶,̶ ̶w̶h̶i̶c̶h̶ ̶h̶a̶v̶e̶ ̶r̶e̶c̶u̶r̶s̶i̶v̶e̶ ̶c̶a̶l̶l̶s̶ ̶o̶r̶ ̶b̶u̶s̶y̶ ̶l̶o̶o̶p̶s̶ ̶(̶w̶h̶i̶c̶h̶ ̶c̶o̶n̶s̶u̶m̶e̶ ̶a̶l̶l̶ ̶t̶h̶…
-
1. Verified on https://github.com/DMTF/libspdm/commit/4c92ff5ced7862e4f2eea945dd723d2e1b1fc476
Ubuntu 20.04.2 LTS
> cd libspdm
> mkdir build
> cd build
> cmake -DARCH=x64 -DTOOLCHAIN=LIBFUZZER …
-
Oss-fuzz keeps reporting a memory leak in ahocorasick code, via `fuzz_filecfg_protocols` fuzzer.
Some examples (these reports should be public):
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id…
-
This is my first time compiling openssl. I have searched through the mailing list and previous issues as best I can and haven't found anything.
Openssl is compiling correctly, however it is failing…