summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-03-27 21:59:40 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-03-27 21:59:40 +0000
commitf17d9bba14f231daba4996285053363d045cbffa (patch)
tree801ce47eca019bd736e0804d5fd79b1d3c946762 /CHANGES
parentd74725ce6796175ebc2ecb65b4ba72b59029c7de (diff)
downloadcurl-f17d9bba14f231daba4996285053363d045cbffa.tar.gz
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 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 660229884..62296efa0 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,12 @@
Changelog
+Daniel (27 March 2006)
+- 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.
+
Daniel (26 March 2006)
- Tor Arntsen figured out that TFTP was broken on a lot of systems since we
called bind() with a too big argument in the 3rd parameter and at least