cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: [BUGS] curl_easy_perform and Dev C++ crash

From: Jeff Pohlmeyer <yetanothergeek_at_gmail.com>
Date: Sat, 25 Nov 2006 02:21:32 -0600

> char* CErrBuff;

Try this:
char CErrBuff[CURL_ERROR_SIZE];
Received on 2006-11-25