diff options
author | Nathan Sidwell <nathan@codesourcery.com> | 2007-01-31 08:42:45 +0000 |
---|---|---|
committer | Nathan Sidwell <nathan@codesourcery.com> | 2007-01-31 08:42:45 +0000 |
commit | 460c89ff017f1adc9d301997c62c962a10aa2e36 (patch) | |
tree | 65afdea2a4ca307ab197346ddf56d3cc3de0dbe4 /binutils/ChangeLog | |
parent | c9b57b7eb84ac2bf9020ad0cf9d9b65416e6b112 (diff) | |
download | gdb-460c89ff017f1adc9d301997c62c962a10aa2e36.zip gdb-460c89ff017f1adc9d301997c62c962a10aa2e36.tar.gz gdb-460c89ff017f1adc9d301997c62c962a10aa2e36.tar.bz2 |
* dwarf.c (process_debug_info): Protect against bogus length and
abbrev offsets.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 5f99b21..277083f 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +2007-01-31 Nathan Sidwell <nathan@codesourcery.com> + + * dwarf.c (process_debug_info): Protect against bogus length and + abbrev offsets. + 2007-01-25 Kazu Hirata <kazu@codesourcery.com> * ar.c (print_contents, extract_file): Cast the return value |