diff options
author | Daniel Stenberg <daniel@haxx.se> | 2006-03-27 21:59:40 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2006-03-27 21:59:40 +0000 |
commit | f17d9bba14f231daba4996285053363d045cbffa (patch) | |
tree | 801ce47eca019bd736e0804d5fd79b1d3c946762 /RELEASE-NOTES | |
parent | d74725ce6796175ebc2ecb65b4ba72b59029c7de (diff) |
David Byron found a problem multiple -d options when libcurl was built with
--enable-debug, as then curl used free() on memory allocated both with
normal malloc() and with libcurl-provided functions, when the latter MUST be
freed with curl_free() in debug builds.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index aad60791d..73d5165b0 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -16,6 +16,7 @@ This release includes the following changes: This release includes the following bugfixes: + o fixed debug build crash with -d o TFTP works on more systems o generates a fine AIX Toolbox RPM spec o treat FTP AUTH failures properly @@ -29,6 +30,7 @@ Other curl-related news since the previous public release: This release would not have looked like this without help, code, reports and advice from friends like these: - Dan Fandrich, Ilja van Sprundel, David McCreedy, Tor Arntsen, Xavier Bouchoux + Dan Fandrich, Ilja van Sprundel, David McCreedy, Tor Arntsen, Xavier Bouchoux, + David Byron Thanks! (and sorry if I forgot to mention someone) |