diff options
author | Per Bothner <per@bothner.com> | 1993-02-02 23:38:38 +0000 |
---|---|---|
committer | Per Bothner <per@bothner.com> | 1993-02-02 23:38:38 +0000 |
commit | 96f03b0f0d0574cc459f78bf125fd9c6bbded1f5 (patch) | |
tree | b552878f34f56c70e51312a6dc0dcc398f65baac | |
parent | fee754c921c727d6b124a9a72149fe4b22c5a1dd (diff) | |
download | gdb-96f03b0f0d0574cc459f78bf125fd9c6bbded1f5.zip gdb-96f03b0f0d0574cc459f78bf125fd9c6bbded1f5.tar.gz gdb-96f03b0f0d0574cc459f78bf125fd9c6bbded1f5.tar.bz2 |
* aoutx.h (NAME(aout,slurp_symbol_table)): Made symbol
reading more robust: Fail if string index is out of string
table range.
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 52369f7..e8f422f 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +Tue Feb 2 15:36:55 1993 Per Bothner (bothner@cygnus.com) + + * aoutx.h (NAME(aout,slurp_symbol_table)): Made symbol + reading more robust: Fail if string index is out of string + table range. + Tue Feb 2 11:41:06 1993 Ian Lance Taylor (ian@cygnus.com) * coff-mips.c: Completed support for linker and binutils. |