diff options
author | Jim Blandy <jimb@gcc.gnu.org> | 1999-04-20 11:02:02 +0000 |
---|---|---|
committer | Jim Blandy <jimb@gcc.gnu.org> | 1999-04-20 11:02:02 +0000 |
commit | 76409268c445eaaa65619bcc0266661b779409f5 (patch) | |
tree | 2c90e0896947adfda4831c8f40a6cae926a15377 | |
parent | c5a855ce6e6b55033885ab44417d70eba7a48b57 (diff) | |
download | gcc-76409268c445eaaa65619bcc0266661b779409f5.zip gcc-76409268c445eaaa65619bcc0266661b779409f5.tar.gz gcc-76409268c445eaaa65619bcc0266661b779409f5.tar.bz2 |
*** empty log message ***
From-SVN: r26563
-rw-r--r-- | libiberty/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 00bf5d6..d17d89488 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,12 @@ +1999-04-20 Jim Blandy <jimb@zwingli.cygnus.com> + + Fix from Dale Hawkins: + * cplus-dem.c (mop_up): Set typevec_size to zero, so it'll be + reallocated properly if we use it again. + + * cplus-dem.c (demangle_fund_type): Check for buffer overrun. Be + stricter about syntax. Always null-terminate string. + Thu Apr 15 23:00:55 1999 Mumit Khan <khan@xraylith.wisc.edu> * configure.in (checkfuncs): Check for sbrk. |