diff options
| author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-12-28 18:45:48 +0000 |
|---|---|---|
| committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-12-28 18:45:48 +0000 |
| commit | 854f075ee0f6921abae33eca3936dcad5716ad26 (patch) | |
| tree | 1d3f02bb630179f0bf2fe0b14fc0c2031d5a3f7a /libcpp/ChangeLog | |
| parent | 3ed99e5de728b21a09f911fa9a296d332c3aeed0 (diff) | |
| download | ppe42-gcc-854f075ee0f6921abae33eca3936dcad5716ad26.tar.gz ppe42-gcc-854f075ee0f6921abae33eca3936dcad5716ad26.zip | |
PR preprocessor/30001:
* charset.c (_cpp_convert_input): Check that to.len is greater
than zero.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120245 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libcpp/ChangeLog')
| -rw-r--r-- | libcpp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog index c189cd66b87..1b1f833b8d7 100644 --- a/libcpp/ChangeLog +++ b/libcpp/ChangeLog @@ -1,3 +1,9 @@ +2006-12-28 Tom Tromey <tromey@redhat.com> + + PR preprocessor/30001: + * charset.c (_cpp_convert_input): Check that to.len is greater + than zero. + 2006-11-20 Trevor Smigiel <Trevor_Smigiel@playstation.sony.com> * configure.ac (need_64bit_hwint): Need 64bit hwint for SPU. |

