[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug ld/31710] Segmentation fault using wrapping and debug information
From: |
nickc at redhat dot com |
Subject: |
[Bug ld/31710] Segmentation fault using wrapping and debug information |
Date: |
Wed, 08 May 2024 12:52:08 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=31710
Nick Clifton <nickc at redhat dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
Status|UNCONFIRMED |RESOLVED
CC| |nickc at redhat dot com
--- Comment #2 from Nick Clifton <nickc at redhat dot com> ---
Hi Roberto,
Thanks for reporting this issue. The problem was a bug in a macro used to
process relocations against global symbols. This macro assumed that a name
lookup would always succeed and so did not check for a NULL return value.
I have checked in a small patch to fix this problem.
Cheers
Nick
--
You are receiving this mail because:
You are on the CC list for the bug.