-
- Downloads
Reported in #1561470 (http://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.
Showing
- CHANGES 12 additions, 0 deletionsCHANGES
- RELEASE-NOTES 6 additions, 2 deletionsRELEASE-NOTES
- lib/multi.c 28 additions, 10 deletionslib/multi.c
- lib/multiif.h 0 additions, 3 deletionslib/multiif.h
- lib/url.c 16 additions, 14 deletionslib/url.c
- lib/urldata.h 3 additions, 0 deletionslib/urldata.h
- tests/data/Makefile.am 1 addition, 3 deletionstests/data/Makefile.am
- tests/data/test529 55 additions, 0 deletionstests/data/test529
- tests/libtest/Makefile.am 9 additions, 3 deletionstests/libtest/Makefile.am
- tests/libtest/lib525.c 8 additions, 0 deletionstests/libtest/lib525.c
tests/data/test529
0 → 100644
Please register or sign in to comment