Re: [Libevent-users] [libevent-usr] When is a [regular file descriptor] readable or writable?

2011-08-03 Thread Andrew W. Nosenko
;); exit(1); } } unlink(fifo); if (mkfifo(fifo, 0600) == -1) { perror("mkfifo"); exit(1); } -- Andrew W. Nosenko *

Re: [Libevent-users] [PATCH] evbuffer_search_range fails when searching the last byte

2011-06-07 Thread 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.