bug-binutils
[Top][All Lists]
Advanced

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

[Bug binutils/12451] --build-id regression


From: jakub at redhat dot com
Subject: [Bug binutils/12451] --build-id regression
Date: Fri, 28 Jan 2011 14:34:05 +0000

http://sourceware.org/bugzilla/show_bug.cgi?id=12451

--- Comment #1 from Jakub Jelinek <jakub at redhat dot com> 2011-01-28 14:33:48 
UTC ---
Actually, it seems upstream binutils probably never handled it right and it
seems Fedora had some local patch for it that got dropped as redundant when it
actually has never been redundant.
In elf_checksum_contents it checksums contents of sections guarded with
if (i_shdr.contents)
Except, at least in my testing, i_shdr.contents is always NULL so it only
checksums section headers, program headers and ELF header.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- 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]