bug-binutils
[Top][All Lists]
Advanced

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

[Bug binutils/30886] nm: SEGV on unknow address at nm.c:718 in print_sym


From: nickc at redhat dot com
Subject: [Bug binutils/30886] nm: SEGV on unknow address at nm.c:718 in print_symname
Date: Thu, 28 Sep 2023 11:40:56 +0000

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

Nick Clifton <nickc at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|ASSIGNED                    |RESOLVED

--- Comment #2 from Nick Clifton <nickc at redhat dot com> ---
Hi 曾信彥 ,

  Thanks for reporting this problem.  There were actually two bugs.  The first
was that we were not recording the length of the dynamic string table, so we
could not detect if version notes were indexing off the end of the table.  The
second bug was that if an error was detected when reading the version
information we would attempt to free an unallocated buffer.

  I have checked in a patch to fix both of these problems.

Cheers
  Nick

-- 
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]