From a19e02be5e3fc41aee1ecee73a26d363e186e36e Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 13 Jan 2009 22:21:14 +0000 Subject: - Michael Wallner fixed a NULL pointer deref when calling curl_easy_setup(curl, CURLOPT_COOKIELIST, "SESS") on a CURL handle with no cookies data. --- TODO-RELEASE | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'TODO-RELEASE') diff --git a/TODO-RELEASE b/TODO-RELEASE index 0d3729005..07b926fa5 100644 --- a/TODO-RELEASE +++ b/TODO-RELEASE @@ -1,8 +1,6 @@ To be addressed in 7.19.3 (planned release: January 2009) ========================= -209 - [PATCH] Curl_cookie_clearsess segfaults on new handle - 210 - [PATCH] TFTP: Fix Connect and Transfer Timeout Behavior 211 - Building and using static libcurl on Windows with VS2008 @@ -21,4 +19,9 @@ To be addressed in 7.19.4 (planned release: March 2009) 208 - Patch to allow GSSAPI authentication to a socks5 server -214 - +214 - progress bar prefix, second try (for the curl tool) + +215 - Patch for Metalink Support (for the curl tool) + +216 - + -- cgit v1.2.3