]> granicus.if.org Git - curl/commit
Frank Hempel fixed a curl_easy_duphandle() crash on a handle that had
authorDaniel Stenberg <daniel@haxx.se>
Sat, 28 Apr 2007 20:27:07 +0000 (20:27 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 28 Apr 2007 20:27:07 +0000 (20:27 +0000)
commitf611f42dcfa251a055339979930b2e2e3eb1a05a
tree076e58b638a2b72ac17fdbc964ec057e1c4ded07
parent7a0e0c36c549218f74ac5f1d4b679667135a97da
Frank Hempel fixed a curl_easy_duphandle() crash on a handle that had
been removed from a multi handle, and then fixed another flaw that prevented
curl_easy_duphandle() to work even after the first fix - the handle was
still marked as using the multi interface.
CHANGES
RELEASE-NOTES
lib/easy.c