aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-07-17 18:35:58 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-07-17 18:35:58 +0000
commit06d05b18b28d67b8745b63266f253276a24b901e (patch)
treeaa2dd0bb3ef857ac671e81705e4a5c6c1c540f85 /CHANGES
parent431c4bd6e30e366c25889c6debb1d31152ef2a44 (diff)
Jari Sundell did some excellent research and bug tracking, figured out that
we did wrong and patched it: When nodes were removed from the splay tree, and we didn't properly remove it from the splay tree when an easy handle was removed from a multi stack and thus we could wrongly leave a node in the splay tree pointing to (bad) memory.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index a8f99d9a0..7c0083092 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,13 @@
Changelog
+Daniel (17 July 2006)
+- Jari Sundell did some excellent research and bug tracking, figured out that
+ we did wrong and patched it: When nodes were removed from the splay tree,
+ and we didn't properly remove it from the splay tree when an easy handle was
+ removed from a multi stack and thus we could wrongly leave a node in the
+ splay tree pointing to (bad) memory.
+
Daniel (14 July 2006)
- David McCreedy fixed a flaw where the CRLF counter wasn't properly cleared
for FTP ASCII transfers.