diff options
author | Daniel Stenberg <daniel@haxx.se> | 2008-12-11 23:52:56 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2008-12-11 23:52:56 +0000 |
commit | 0f5895faee96934fdeea82f42f45bb3e53b915e5 (patch) | |
tree | ed782bb89422e79698068d95942a23d9f928b613 /RELEASE-NOTES | |
parent | c0dfe6e51d2bdaa0cf6dedfdad8bd7748f9edd36 (diff) | |
download | curl-0f5895faee96934fdeea82f42f45bb3e53b915e5.tar.gz |
- 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
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.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index da0d98ba9..5d7de1253 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -28,6 +28,7 @@ This release includes the following bugfixes: o 550 response from SIZE no longer treated as missing file o ftps:// control connections now use explicit protection level o dotted IPv6 addresses longer than 39 bytes failed + o curl_easy_duphandle() doesn't try to duplicate the connection cache pointer This release includes the following known bugs: |