diff options
| author | jimb <jimb@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-04-20 11:02:02 +0000 |
|---|---|---|
| committer | jimb <jimb@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-04-20 11:02:02 +0000 |
| commit | 3460a017a06f802cff7bf6e16a8a6a928d459e37 (patch) | |
| tree | 2c90e0896947adfda4831c8f40a6cae926a15377 | |
| parent | 0f08678d51cd32812341eabf2608827de9f4687b (diff) | |
| download | ppe42-gcc-3460a017a06f802cff7bf6e16a8a6a928d459e37.tar.gz ppe42-gcc-3460a017a06f802cff7bf6e16a8a6a928d459e37.zip | |
*** empty log message ***
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26563 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | libiberty/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 00bf5d61e7e..d17d894883c 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. |

