aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2007-03-10 22:51:20 +0000
committerDaniel Stenberg <daniel@haxx.se>2007-03-10 22:51:20 +0000
commit09c70dec08529a2a9c552681c8e7c5c1c3f3a6ae (patch)
tree7e0ab165d387755fc5f1542268e20fbef2527e7c /RELEASE-NOTES
parent0dc570862afe1b71e5eac257833a86e67874c6c7 (diff)
Eygene Ryabinkin fixed a use-after-free issue with HTTP transfers with the
multi interface
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES3
1 files changed, 2 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 469a18cde..2d5030026 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -41,6 +41,7 @@ This release includes the following bugfixes:
o CURLOPT_INTERFACE for ipv6
o the progress callback can get called more frequently
o libcurl might call the progress callback when it receives a signal
+ o use-after-free issue with HTTP transfers with the multi interface
This release includes the following known bugs:
@@ -62,6 +63,6 @@ advice from friends like these:
Rob Crittenden, Robert A. Monat, Dan Fandrich, Duncan Mac-Vicar Prett,
Michal Marek, Robson Braga Araujo, Ian Turner, Linus Nielsen Feltzing,
Ravi Pratap, Adam D. Moss, Jose Kahan, Hang Kin Lau, Justin Fletcher,
- Robert Iakobashvili, Bryan Henderson
+ Robert Iakobashvili, Bryan Henderson, Eygene Ryabinkin
Thanks! (and sorry if I forgot to mention someone)