10.08.2012, в 19:15, Riccardo Tacconi wrote
> char *data;Hello. You must have an initialized data buffer before copying anything to it. Something like:
> evbuffer_copyout(in_evb, data, len);
char *data = "">
With your current code you try to write to memory that does not belong to you.***********************************************************************
To unsubscribe, send an e-mail to majordomo@xxxxxxxxxxxxx with
unsubscribe libevent-users in the body.