--- Additional Comments From nickc at redhat dot com 2007-07-16 10:04
---
Fixed in release 2.17
--
What|Removed |Added
Status|NEW |RESOLV
nm -l crashes because of a NULL pointer deref in dwarf2.c. functionname_ptr can
be NULL and there are tests in the logic of the function find_line to deal with
that case. Yet, in line 2383 of current top, functionname_ptr is dereference
without check for NULL.
The fix is to check for NULL before u
--- Additional Comments From dougkwan at google dot com 2007-07-16 23:38
---
Created an attachment (id=1918)
--> (http://sourceware.org/bugzilla/attachment.cgi?id=1918&action=view)
Proposed fix for SEGV problem in dwarf2.c
Tested this patch in i686-linux-gnu. Looked okay.
--
http: