diff options
author | Daniel Stenberg <daniel@haxx.se> | 2006-07-17 18:35:58 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2006-07-17 18:35:58 +0000 |
commit | 06d05b18b28d67b8745b63266f253276a24b901e (patch) | |
tree | aa2dd0bb3ef857ac671e81705e4a5c6c1c540f85 /RELEASE-NOTES | |
parent | 431c4bd6e30e366c25889c6debb1d31152ef2a44 (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 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 5d76a7086..56cbce988 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -18,6 +18,7 @@ This release includes the following changes: This release includes the following bugfixes: + o splay-tree related problems for internal expire time handling o FTP ASCII CRLF counter reset o cookie parser now compares paths case sensitive o an easy handle with shared DNS cache added to a multi handle caused a crash @@ -39,6 +40,6 @@ This release would not have looked like this without help, code, reports and advice from friends like these: Dan Fandrich, Peter Silva, Arve Knudsen, Michael Wallner, Toshiyuki Maezawa, - Ingmar Runge, Ates Goral, David McCreedy + Ingmar Runge, Ates Goral, David McCreedy, Jari Sundell Thanks! (and sorry if I forgot to mention someone) |