diff options
author | Nick Clifton <nickc@redhat.com> | 2015-01-27 11:30:15 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2015-01-27 11:30:15 +0000 |
commit | 37e3922eed415bbedd2dd6e46308fe9e03417770 (patch) | |
tree | 8abfb2fd6fcbe0fc85278e378abe890aca1553c1 /binutils/ChangeLog | |
parent | 20d79870f35f646e87c43d8c4fee936b4e0ed5a6 (diff) | |
download | gdb-37e3922eed415bbedd2dd6e46308fe9e03417770.zip gdb-37e3922eed415bbedd2dd6e46308fe9e03417770.tar.gz gdb-37e3922eed415bbedd2dd6e46308fe9e03417770.tar.bz2 |
Fix memory access violations triggered by running dlltool on corrupt binaries.
PR binutils/17512
* dlltool.c (identify_search_archive): If the last archive was the
same as the current archive, terminate the loop.
* pdp11.c (aout_get_external_symbols): Return false if there are
no symbols.
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 5fbccc8..a017c64 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,9 @@ +2015-01-27 Nick Clifton <nickc@redhat.com> + + PR binutils/17512 + * dlltool.c (identify_search_archive): If the last archive was the + same as the current archive, terminate the loop. + 2015-01-23 Nick Clifton <nickc@redhat.com> * nlmconv.c (powerpc_mangle_relocs): Fix build errors introduced |