aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2009-01-13 22:21:14 +0000
committerDaniel Stenberg <daniel@haxx.se>2009-01-13 22:21:14 +0000
commita19e02be5e3fc41aee1ecee73a26d363e186e36e (patch)
tree73e3762c266032e706aba77f340bcd2d0e7d33e4 /CHANGES
parent0761e60a4a4b41b00720675a0024d9008330b806 (diff)
- Michael Wallner fixed a NULL pointer deref when calling
curl_easy_setup(curl, CURLOPT_COOKIELIST, "SESS") on a CURL handle with no cookies data.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index a43f0f04b..b08f49030 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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.