libjava
commit30d3e09e6511630fed6f005202bb6e252f333a9b
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 10 Mar 2008 22:08:34 +0000 (10 22:08 +0000)
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 10 Mar 2008 22:08:34 +0000 (10 22:08 +0000)
tree760625d856048373d82ecd71dfe46ad4f26ff853
parent267858a744be0cea0452bc2acbd3b1e95c57dfcf
libjava
2008-03-10  Jim Meyering  <meyering@redhat.com>
        Don't leak upon failed realloc.
        * gnu/classpath/natSystemProperties.cc
        (SystemProperties::insertSystemProperties):
libjava/classpath
2008-03-10  Jim Meyering  <meyering@redhat.com>
        Don't leak upon failed realloc.
        * native/jni/classpath/jcl.c (JCL_realloc): Upon failed realloc,
        free the original buffer before throwing the exception.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@133094 138bc75d-0d04-0410-961f-82ee72b054a4
libjava/ChangeLog
libjava/classpath/ChangeLog
libjava/classpath/native/jni/classpath/jcl.c
libjava/gnu/classpath/natSystemProperties.cc