Reported in #1561470 (http://curl.haxx.se/bug/view.cgi?id=1561470), libcurl
authorDaniel Stenberg <daniel@haxx.se>
Thu, 28 Sep 2006 21:26:06 +0000 (21:26 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 28 Sep 2006 21:26:06 +0000 (21:26 +0000)
commitae13c93b7db9f9c68eaf95150ed551b3b649d8c4
tree8ace8b70b39ec08504fcacc9dbae2e38522a8f32
parentb9f8a4a477a74781fddc28ba2fe9d0713de0acf9
Reported in #1561470 (curl.haxx.se/bug/view.cgi?id=1561470), libcurl
would crash if a bad function sequence was used when shutting down after
using the multi interface (i.e using easy_cleanup after multi_cleanup) so
precautions have been added to make sure it doesn't any more - test case 529
was added to verify.
CHANGES
RELEASE-NOTES
lib/multi.c
lib/multiif.h
lib/url.c
lib/urldata.h
tests/data/Makefile.am
tests/data/test529 [new file with mode: 0644]
tests/libtest/Makefile.am
tests/libtest/lib525.c