diff options
author | Anton Blanchard <anton@samba.org> | 2006-05-12 19:44:29 +0000 |
---|---|---|
committer | DJ Delorie <dj@gcc.gnu.org> | 2006-05-12 15:44:29 -0400 |
commit | 824bceb0333ab2ea272795210c21b3444a00eb1d (patch) | |
tree | d5561a7d5628237d4a59c828cce77e1c74623a91 /libiberty/ChangeLog | |
parent | 651a36e333ad720eaff2145132cbcbb29f4e1df4 (diff) | |
download | gcc-824bceb0333ab2ea272795210c21b3444a00eb1d.tar.gz |
cplus-dem.c (demangle_fund_type): Ensure buf is large enough to hold "int%u_t".
* cplus-dem.c (demangle_fund_type): Ensure buf is large enough to
hold "int%u_t".
From-SVN: r113728
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r-- | libiberty/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 76baa3c3ac2..ef48f8609bc 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,8 @@ +2006-05-12 Anton Blanchard <anton@samba.org> + + * cplus-dem.c (demangle_fund_type): Ensure buf is large enough to + hold "int%u_t". + 2006-04-24 Julian Brown <julian@codesourcery.com> * floatformat.c (floatformat_to_double): Fix (biased) exponent=0 case. |