bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Issue 53418 in oss-fuzz: binutils:fuzz_strings: Out-of-memory in fuzz_st


From: amo… via monorail
Subject: Issue 53418 in oss-fuzz: binutils:fuzz_strings: Out-of-memory in fuzz_strings
Date: Fri, 10 Feb 2023 00:30:00 -0800


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#c3

This "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/settings

Reply to this email to add a comment.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]