Comment #3 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#c3This "bug" won't be fixed. Nor will any other fuzzing bug report about exceeding a memory limit when the object format is mmo. mmo is a compressed object file format with arbitrarily large uncompressed data. An artifical mmo section limit of 1G is imposed by bfd, but asan memory overhead is quite large. In this case an attempt is made to allocate a 960M buffer.
--
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.