-
This came up in an unrelated CI run.
From cursory investigation, the segfault happens deep inside snmalloc, while doing the seemingly harmless action of allocating a synthetic SourceDef, as of comm…
-
Hey, I'm not sure if you were aware but this project is integrated with OSS-Fuzz[^1] (please see the "About OSS-Fuzz" `` foldout if you aren't familiar) and I noticed that the fuzzer build is currentl…
-
### Proposal Details
Currently the corpus entries ("sub-tests") added by `(*testing.F).Add()` are named like: `FuzzMyFuzz/seed#0`. In my case i am populating the fuzz corpus with file contents from t…
-
### Related problem
Fuzz testing or Fuzzing is a Black Box software testing technique, which basically consists in finding implementation bugs using malformed/semi-malformed data injection in an auto…
-
Since the EVM is stateful, and all interesting things onchain occur during a stateful operation, what if we targeted those during the fuzz run?
There is some research around targeting specific oper…
-
This package includes a file `fuzz/fuzz-fuzz.zip` which includes binaries (`sonar.exe`, `cover.exe`). These files are detected as vulnerable by security scanners as they were compiled with Go 1.14.1.
…
-
When I want to use enhancer to convert my self-generated test cases into the single output format, I found the following code in 1-3-transform.py:
```
ctag_command = "/home/user42/llvm-project-llvmo…
-
https://nicholas-wei.github.io/2024/02/19/greenhouse-fuzz/
记录一下greenhouse工具 fuzzing的实现方法
-
```
$ FUZZ=system valgrind --tool=massif ./src/test/fuzz/fuzz ../btc_qa_assets/fuzz_seed_corpus/system/
^C
$ massif-visualizer ./massif.out.952024
-
(venv) # python3 foREST.py --api_file_path /5g-Microservice-testing/apis/amf_even_exposure.yaml --out_put ./output
2024-09-23 00:35:14,784 : Start parsing API file
2024-09-23 00:35:15,259 : Finish p…