- Michael Wallner fixed a NULL pointer deref when calling

curl_easy_setup(curl, CURLOPT_COOKIELIST, "SESS") on a CURL handle with no
  cookies data.
This commit is contained in:
Daniel Stenberg
2009-01-13 22:21:14 +00:00
parent 0761e60a4a
commit a19e02be5e
4 changed files with 14 additions and 6 deletions

View File

@@ -8,6 +8,10 @@
Daniel Stenberg (13 Jan 2009)
- Michael Wallner fixed a NULL pointer deref when calling
curl_easy_setup(curl, CURLOPT_COOKIELIST, "SESS") on a CURL handle with no
cookies data.
- Stefan Teleman brought a patch to fix the default curlbuild.h file for the
SunPro compilers.