Comment #4 on issue 53418 by amo...@
gmail.com: binutils:fuzz_strings: Out-of-memory in fuzz_strings
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=53418#c4Hmm, maybe I was a little hasty in assuming asan memory overhead is the problem here. The problem is more likely due to the section buffer not being freed. When the fuzzer calls the internal strings function 100 times we'd be trying to allocate 96G plus asan overhead.
--
You received this message because:
1. You were specifically CC'd on the issue
You may adjust your notification preferences at:
https://bugs.chromium.org/hosting/settingsReply to this email to add a comment.