diff options
author | Fred Fish <fnf@specifix.com> | 1992-04-24 01:42:41 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1992-04-24 01:42:41 +0000 |
commit | 55c0061edd2ad838f407b926fb1ce375b3cf208a (patch) | |
tree | 3b282ae7f32a1c46330651bd361dfe72440e1bc0 /bfd/ChangeLog | |
parent | 386b54d606d481560202b55f4936f5cc7dbf32b0 (diff) | |
download | gdb-55c0061edd2ad838f407b926fb1ce375b3cf208a.zip gdb-55c0061edd2ad838f407b926fb1ce375b3cf208a.tar.gz gdb-55c0061edd2ad838f407b926fb1ce375b3cf208a.tar.bz2 |
aoutx.h (aout_<bits>_swap_exec_header_in): Zero out the internal_exec
structure before initializing the fields that are used, so that the unused
fields are in a known state. Two of these structures are memcmp'd so
any fields not explicitly initialized must be set to a known state.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 580d114..33aa51c 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +Thu Apr 23 18:37:55 1992 Fred Fish (fnf@cygnus.com) + + * aoutx.h (aout_<bits>_swap_exec_header_in): Zero out the + internal_exec structure before initializing the fields that + are used, so that the unused fields are in a known state. + Wed Apr 22 09:36:08 1992 Fred Fish (fnf@cygnus.com) * tekhex.c (struct data_struct): Convert from typedef that |