;);
exit(1);
}
}
unlink(fifo);
if (mkfifo(fifo, 0600) == -1) {
perror("mkfifo");
exit(1);
}
--
Andrew W. Nosenko
*
ndling these ranges yet - it is possible that
> such ranges will lead to accessing memory you should not access, if the code
> was depending on ranges to be always within the buffer.
How these changes expected to affect evbuffer_read(), evbuffer_write()
and like functions?
--
Andrew W. Nosenko
***
To unsubscribe, send an e-mail to majord...@freehaven.net with
unsubscribe libevent-usersin the body.