diff options
author | Steve Chamberlain <sac@cygnus> | 1992-08-24 21:53:04 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1992-08-24 21:53:04 +0000 |
commit | 2677d4b576513eb6bf60f478a74336b5dd245d2a (patch) | |
tree | 54371588cf734e91704e39010d7f9f832d07e60c /bfd | |
parent | 56dcef3cd279c93acf27cc4c3532491cb45ba7fe (diff) | |
download | gdb-2677d4b576513eb6bf60f478a74336b5dd245d2a.zip gdb-2677d4b576513eb6bf60f478a74336b5dd245d2a.tar.gz gdb-2677d4b576513eb6bf60f478a74336b5dd245d2a.tar.bz2 |
* ieee.c (ieee_get_symtab): always null terminate the symbol list,
lint.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index b045b6e..3a41918 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,8 @@ Mon Aug 24 12:06:31 1992 Steve Chamberlain (sac@thepub.cygnus.com) + * ieee.c (ieee_get_symtab): always null terminate the symbol list, + lint. + * coffcode.h (coff_add_missing_symbols): if symbols don't come from a coff file (csym is null), dont deref them |