curl-library
multi interface and TFTP
From: Ciprian BADESCU <cipi.badescu_at_gmail.com>
Date: Wed, 8 Nov 2006 12:24:29 +0200
Received on 2006-11-08
Date: Wed, 8 Nov 2006 12:24:29 +0200
Hi,
I have a Segmentation fault when I try to use multi interface with
TFTP protocol. Everything is OK if I use FTP instead of TFTP.
I have two transfers.
If the second one is added to multi handle after the first one is
finished, the program is producing Segmentation fault in tftp.c:532:
struct SessionHandle *data = state->conn->data;
Source code to test is attached.
Thanks for any help,
Ciprian Badescu
- application/octet-stream attachment: main.c