diff options
author | Fred Fish <fnf@specifix.com> | 1992-07-05 17:21:13 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1992-07-05 17:21:13 +0000 |
commit | 91fef76b2a5f78b706f6c32a2bda39e648fbf241 (patch) | |
tree | c46e17573c39d562dc8433d9fd0a2cd775d881b0 /gdb/ChangeLog | |
parent | 264ad0728b6e5622bf2fb3672164e1b34ac4e5a1 (diff) | |
download | gdb-91fef76b2a5f78b706f6c32a2bda39e648fbf241.zip gdb-91fef76b2a5f78b706f6c32a2bda39e648fbf241.tar.gz gdb-91fef76b2a5f78b706f6c32a2bda39e648fbf241.tar.bz2 |
* Makefile.in (VERSION): Bump to 4.5.7.
* cplus-dem.c (demangle_args): Validate index for previously
seen type to guard against bogus values from malformed manglings.
* valops.c (value_struct_elt_for_reference): Guard against
blindly using NULL return value from lookup_symbol.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 02d7e1e..758110c 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,11 @@ +Sun Jul 5 09:43:28 1992 Fred Fish (fnf@cygnus.com) + + * Makefile.in (VERSION): Bump to 4.5.7. + * cplus-dem.c (demangle_args): Validate index for previously + seen type to guard against bogus values from malformed manglings. + * valops.c (value_struct_elt_for_reference): Guard against + blindly using NULL return value from lookup_symbol. + Sun Jul 5 09:46:43 1992 Stu Grossman (grossman at cygnus.com) * cadillac.c, cadillac-patches: Rename to energize.c and |