diff options
author | Christopher Faylor <me@cgf.cx> | 2008-03-02 22:25:07 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2008-03-02 22:25:07 +0000 |
commit | 1264c4d4fa45be3ab77e8d384012312a53528ca7 (patch) | |
tree | 89191142bb8000ca6d50dd58c91894ed1c307753 /winsup/cygwin/ChangeLog | |
parent | da061b9cd22f40f75d361462ba4ef84c84b997f1 (diff) | |
download | cygnal-1264c4d4fa45be3ab77e8d384012312a53528ca7.tar.gz cygnal-1264c4d4fa45be3ab77e8d384012312a53528ca7.tar.bz2 cygnal-1264c4d4fa45be3ab77e8d384012312a53528ca7.zip |
* smallprint.cc (__small_vsprintf): Free allocated buffer rather than pointer
into the buffer.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r-- | winsup/cygwin/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 1c8989c2b..7dfdc0272 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,8 @@ +2008-03-02 Christopher Faylor <me+cygwin@cgf.cx> + + * smallprint.cc (__small_vsprintf): Free allocated buffer rather than + pointer into the buffer. + 2008-03-01 Christopher Faylor <me+cygwin@cgf.cx> * cygtls.h (_cygtls::handle_threadlist_exception): Eliminate. |