Re: Curl 7.29.0 core dump

2013-04-19 Thread Daniel Stenberg
On Fri, 19 Apr 2013, Ceri Davies wrote: I'm an experienced programmer but new to curl. I have implemented a fuse filesystem that send notifications on open/close mkdir/rmdir events via curl to a web logic server, by emulating a SOAP/XML request, and it gets a response back via the write funct

Curl 7.29.0 core dump

2013-04-19 Thread Ceri Davies
I'm an experienced programmer but new to curl.  I have implemented a fuse filesystem that send notifications on open/close mkdir/rmdir events via curl to a web logic server, by emulating a SOAP/XML request, and it gets a response back via the write function callback.  My test case is a recursive co

RE: URL parsing

2013-04-19 Thread Steve Holme
On Fri, 19 Apr 2013, Tor Arntsen wrote: > > Would someone be so kind to take a look at parse_login_details() in > > url.c (specifically the malloc at line 4510) please to see what I have > > done wrong? > > I just did a quick check, no fix, but there is a problem in url.c, function > parse_login_

Re: BUG: NULL pointer dereference in Curl_ssl_getsessionid.

2013-04-19 Thread Vuurvlieg
On Fri, Apr 19, 2013 at 10:33 AM, Marc Hoersken wrote: > Since WinSSL is heavily tied into the OS, on which Windows version > are you experiencing this issue? > My windows version is: Windows 7 Ultimate 64-bit (6.1, Build 7601) Service Pack 1 (7601.win7sp1_gdr.130104-1431) Is it perhaps possible

Re: URL parsing

2013-04-19 Thread Tor Arntsen
On 19 April 2013 10:48, Steve Holme wrote: > Hi all, > > On Sun, 14 Apr 2013, Steve Holme wrote: > >> I've got a little stuck, as I'm not too sure which the best approach here >> is, so wondered if you could provide a little guidance please? > > I figured out a solution and am half way through pus

Re: BUG: NULL pointer dereference in Curl_ssl_getsessionid.

2013-04-19 Thread Marc Hoersken
2013/4/19 Michael Wood : > Hi > > On 18 April 2013 19:56, Vuurvlieg wrote: > [...] >> I build it like this in the MinGW shell: >> $ ./buildconf >> buildconf: autoconf version 2.68 (BAD) >> Unpatched version generates unusable configure script. > [...] > > Is this not perhaps a problem?

Re: BUG: NULL pointer dereference in Curl_ssl_getsessionid.

2013-04-19 Thread Michael Wood
Hi On 18 April 2013 19:56, Vuurvlieg wrote: [...] > I build it like this in the MinGW shell: > $ ./buildconf > buildconf: autoconf version 2.68 (BAD) > Unpatched version generates unusable configure script. [...] Is this not perhaps a problem? -- Michael Wood -

RE: URL parsing

2013-04-19 Thread Steve Holme
Hi all, On Sun, 14 Apr 2013, Steve Holme wrote: > I've got a little stuck, as I'm not too sure which the best approach here > is, so wondered if you could provide a little guidance please? I figured out a solution and am half way through pushing my changes to master. Unfortunately, I have broke

Re: BUG: NULL pointer dereference in Curl_ssl_getsessionid.

2013-04-19 Thread Marc Hoersken
2013/4/18 Vuurvlieg : > This results in a curl binary with the crash reported in the first post. > When testing your binary did you make sure you used https protocol? Yes, of course. I used the curl command that you posted. I also used the exact same build steps on Windows 7 SP1 x64 with MinGW an

Re: A CURL_CHECK_CA_BUNDLE bug?

2013-04-19 Thread Daniel Stenberg
On Thu, 18 Apr 2013, Kim Vandry wrote: On 2013-04-18 17:40, Daniel Stenberg wrote: Attached to this mail is my take on a fix. I don't have any cross-compile env setup right now myself, so if there's someone reading I have a cross compile environment (for ARM) with a working SSL library. With