Open hongxuchen opened 6 years ago
This is normal when you are fuzzing with ASan. Usually these are non-issues.
@fgeek It crashes with normal build on my machine.
@HongxuChen Do you get segfault or out of memory error? I can test this also a bit later.
@fgeek FYI, here is the screenshot for the normal build without asan.
We found with our fuzzer one case that will trigger the "failed to allocate memory" error (and crashes with signal 11) which we think is an error. When compiled with Address Sanitizer, it reports:
PoC file: allocate_01.txt allocate_02.txt