diff options
author | Daniel Stenberg <daniel@haxx.se> | 2009-08-21 07:11:20 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2009-08-21 07:11:20 +0000 |
commit | 1048043963d5487ed4d70f426a85aff07c2ee5f1 (patch) | |
tree | 8ce6deeaef16b3558dd1188730a22e9d83408575 /TODO-RELEASE | |
parent | 2c4fcf2ea8d647d209b0c57971bb63091a18856e (diff) |
- Lots of good work by Krister Johansen, mostly related to pipelining:
Fix SIGSEGV on free'd easy_conn when pipe unexpectedly breaks
Fix data corruption issue with re-connected transfers
Fix use after free if we're completed but easy_conn not NULL
Diffstat (limited to 'TODO-RELEASE')
-rw-r--r-- | TODO-RELEASE | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/TODO-RELEASE b/TODO-RELEASE index 4897358cf..5c4add331 100644 --- a/TODO-RELEASE +++ b/TODO-RELEASE @@ -10,9 +10,6 @@ To be addressed in 7.19.7 (planned release: October 2009) 254 - Problem re-using easy handle after call to curl_multi_remove_handle http://curl.haxx.se/mail/lib-2009-07/0249.html -255 - debugging a crash in Curl_pgrsTime/checkPendPipeline? - http://curl.haxx.se/mail/lib-2009-08/0066.html - 256 - "More questions about ares behavior" http://curl.haxx.se/mail/lib-2009-08/0012.html |