bug-binutils
[Top][All Lists]
Advanced

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

[Bug binutils/26010] [size] crash with ASAN check failed


From: amodra at gmail dot com
Subject: [Bug binutils/26010] [size] crash with ASAN check failed
Date: Tue, 19 May 2020 06:52:48 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=26010

--- Comment #2 from Alan Modra <amodra at gmail dot com> ---
elf_read_notes in master binutils uses _bfd_malloc_and_read, and that function
checks any memory allocation against file size.  I can't spot any bugs there or
in the function that returns file size, even if you were building 32-bit x86
binaries.  From your crash message it looks like "size" must be a 64-bit x64_64
binary.

I think, like Nick, that you are fuzzing an older version of binutils.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

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