diff options
author | Ken Raeburn <raeburn@cygnus> | 1992-09-18 16:33:16 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1992-09-18 16:33:16 +0000 |
commit | 292dc23953e0a5826ba2a4bee3ac582ebe1352e2 (patch) | |
tree | 49a23abae6e4ed030384e86fc5b1fab823ad6c22 /bfd | |
parent | 04b07d16c7664664c478d01852a1b2fa4b81eaa3 (diff) | |
download | gdb-292dc23953e0a5826ba2a4bee3ac582ebe1352e2.zip gdb-292dc23953e0a5826ba2a4bee3ac582ebe1352e2.tar.gz gdb-292dc23953e0a5826ba2a4bee3ac582ebe1352e2.tar.bz2 |
fix uninitialized pointer when reading relocs
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 7801fe2..7ceaa72 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +Thu Sep 17 06:40:46 1992 Ken Raeburn (raeburn@cambridge.cygnus.com) + + * bout.c (b_out_slurp_reloc_table): Clear howto field before + filling in reloc, in case immediately following code doesn't set + it. + Fri Sep 11 15:37:06 1992 Ian Lance Taylor (ian@cygnus.com) * coffcode.h (coff_renumber_symbols): set the last renumbered |