aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2008-12-12 08:36:56 +0000
committerDaniel Stenberg <daniel@haxx.se>2008-12-12 08:36:56 +0000
commit5f0a3797c9e04840c887a885cad3a4e66ce9ff38 (patch)
tree9ec91d6db9ae80c667e16f094aa0f0c755396ce1
parent2d2c53d20eef6bccd07611124c604a01b5a986c5 (diff)
credit Mark Karpeles for his report and work
-rw-r--r--CHANGES7
-rw-r--r--RELEASE-NOTES2
2 files changed, 5 insertions, 4 deletions
diff --git a/CHANGES b/CHANGES
index bc10d2059..7bfa5c1f3 100644
--- a/CHANGES
+++ b/CHANGES
@@ -11,9 +11,10 @@ Yang Tse (12 Dec 2008)
OS/400 compilations with IPv6 enabled.
Daniel Stenberg (12 Dec 2008)
-- Bug report #2416182 titled "crash in ConnectionExists when using
- duphandle+curl_mutli" (http://curl.haxx.se/bug/view.cgi?id=2416182) showed
- that curl_easy_duphandle() wrongly also copied the pointer to the connection
+- Mark Karpeles filed bug report #2416182 titled "crash in ConnectionExists
+ when using duphandle+curl_mutli"
+ (http://curl.haxx.se/bug/view.cgi?id=2416182) which showed that
+ curl_easy_duphandle() wrongly also copied the pointer to the connection
cache, which was plain wrong and caused a segfault if the handle would be
used in a different multi handle than the handle it was duplicated from.
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 9780eaebc..96a3001ab 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -40,6 +40,6 @@ advice from friends like these:
Yang Tse, Daniel Fandrich, Jim Meyering, Christian Krause, Andreas Wurf,
Markus Koetter, Josef Wolf, Vlad Grachov, Pawel Kierski, Igor Novoseltsev,
- Fred Machado, Ken Hirsch, Keshav Krity, Patrick Monnerat
+ Fred Machado, Ken Hirsch, Keshav Krity, Patrick Monnerat, Mark Karpeles
Thanks! (and sorry if I forgot to mention someone)