diff options
author | Nick Clifton <nickc@redhat.com> | 2006-09-01 11:38:20 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2006-09-01 11:38:20 +0000 |
commit | 157c25995f7179bfc47faf1a73331f157e56177c (patch) | |
tree | 02addcb69d128568ea07255c4c15adaa31d7f7c6 /binutils/ChangeLog | |
parent | 3f8e43c08b0a2fc62828e22ea5b179da2a510ae1 (diff) | |
download | gdb-157c25995f7179bfc47faf1a73331f157e56177c.zip gdb-157c25995f7179bfc47faf1a73331f157e56177c.tar.gz gdb-157c25995f7179bfc47faf1a73331f157e56177c.tar.bz2 |
PR binutils/3146
* readelf.c (dump_relocations): Check for a NULL value in rtype before using it.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index fc360b0..184f0b1 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,9 @@ +2006-09-01 Nick Clifton <nickc@redhat.com> + + PR binutils/3146 + * readelf.c (dump_relocations): Check for a NULL value in rtype + before using it. + 2006-08-21 Pedro Alves <pedro_alves@portugalmail.pt> * configure.in: Split arm-pe and arm-wince-pe. Build dlltool |