parmesan icon indicating copy to clipboard operation
parmesan copied to clipboard

Fix a stack uninitialized variable bug

Open Mem2019 opened this issue 3 years ago • 0 comments

This bug can cause "callsite_dominators" to generate a key with wrong number, which will cause following error when running fuzzer.

thread 'main' panicked at 'Could not read cfg targets file: Custom { kind: InvalidData, error: Error("invalid digit found in string", line: 5, column: 1) }', fuzzer/src/fuzz_main.rs:42:72

Mem2019 avatar Jan 04 '23 01:01 Mem2019