[Libevent-users] Uninitialized memory read in epoll_dispatch

2008-12-04 Thread Missaka Wijekoon
I was Purifying my application and noticed an uninitialized memory read in libevent.. The uninitialized memory read was coming from: epoll_dispatch [epoll.c:225] event_debug(("%s: epoll_wait reports %d", __func__, res)); for (i = 0; i < res; i++) { --> int what = eve

[Libevent-users] event_set doxygen correction

2008-12-04 Thread Matthew Weigel
The doxygen for event_set has the following text: "The events can be either EV_READ, EV_WRITE, or both. Indicating that an application can read or write from the file descriptor respectively without blocking. "The function fn will be called with the file descriptor that triggered the event