- Bug report #2416182 titled "crash in ConnectionExists when using
authorDaniel Stenberg <daniel@haxx.se>
Thu, 11 Dec 2008 23:52:56 +0000 (23:52 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 11 Dec 2008 23:52:56 +0000 (23:52 +0000)
commit0f5895faee96934fdeea82f42f45bb3e53b915e5
treeed782bb89422e79698068d95942a23d9f928b613
parentc0dfe6e51d2bdaa0cf6dedfdad8bd7748f9edd36
- 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.
CHANGES
RELEASE-NOTES
lib/easy.c