Bug#355715: Fwd: Bug#355715: libcurl 7.15.2-2 seriously broken in unstable

2006-03-07 Thread Daniel Stenberg
On Tue, 7 Mar 2006, Domenico Andreoli wrote: this is the code from the app i use, ... *** glibc detected *** double free or corruption (!prev): 0x0809b7f8 *** ... To reproduce, run nepenthes with submit-norman and trigger a file download using x2 (i know this is not really trivial). Ca

Bug#355715: Fwd: Bug#355715: libcurl 7.15.2-2 seriously broken in unstable

2006-03-07 Thread Domenico Andreoli
lt;[EMAIL PROTECTED]> Subject: Bug#355715: libcurl 7.15.2-2 seriously broken in unstable ... Description: The library raises an exception after uploading a file via http post, 7.15.1 worked fine this is the code from the app i use, while ( (pMessage = curl_multi_info_read(m_Cur

Bug#355715: libcurl 7.15.2-2 seriously broken in unstable

2006-03-07 Thread Nepenthes Development Team
Package: libcurl3 Version: 7.15.2-2 Description: The library raises an exception after uploading a file via http post, 7.15.1 worked fine this is the code from the app i use, while ( (pMessage = curl_multi_info_read(m_CurlStack, (int *)&iQueue)) ) {