Mailing Lists
| |
|
|
|
cURL Mailing List Monthly Index Single Mail
curl-library Mailing List Archives
Segmentation fault/bug in cookie.c
From: Pablo Pissanetzky <pablo_at_trickplay.com>
Date: Thu, 21 Jan 2010 13:22:31 -0800
In cookie.c, line 912, version 7.19.7
It reads:
if(!cookies->cookies || !cookies->cookies)
It should read:
if(!cookies || !cookies->cookies)
I can be demonstrated by a segmentation fault if you do this:
CURL * eh=curl_easy_init();
-------------------------------------------------------------------
These mail archives are generated by hypermail. |
Page updated November 12, 2010.
web site info