Lines Matching full:avoid
6 o dns: Avoid a memory-leak on OOM in evdns. (73e85dd, f2bff75 George Danchev)
12 o core: Avoid crash when event_pending() called with no event_base set on event (e3cccf3)
21 o win32: avoid crash when waiting forever on zero fds. (160e58b)
23 o evbuffer: Avoid possible needless call to writev. Found by coverity. (6a4ec5c)
26 o evdns: Avoid segfault on weird timeout during name lookup. (dc32077 Greg Hazel)
47 o Avoid more crashes/bad calls in unit tests; found by coverity (3cde5bf)
115 o Avoid crash when freeing event_iocp and using event_set_mem_functions (19715a6)
161 o Avoid spinning on OpenSSL reads (2aa036f Mark Ellzey)
233 o Avoid race-condition when initializing global locks (b683cae)
236 o Avoid a segfault when all methods are disabled or broken (27ce38b)
336 o Avoid a free(NULL) if out-of-memory in evdns_getaddrinfo. Found by Dave Hart (3417f68)
388 …o EVUTIL_ASSERT: Use sizeof() to avoid "unused variable" warnings with -DNDEBUG. (b63ab17 Evan Jon…
418 o Avoid double-invocation of user callback with EVUTIL_EAI_CANCEL (abf01ed)
442 o Avoid missed-request bug when entire http request arrives before data is flushed (74c0e86)
547 o Avoid spurious reads from just-created open openssl bufferevents (223ee40)
591 o Avoid deadlock when activating signals (970e6ad)
595 o Avoid needlessly calling evthread_notify_base() when the loop is not running (c7a06bf)
650 o Avoid event_del on uninitialized event in event_base_free (6d19510)
652 o Avoid close of uninitialized socket in evbuffer unit test (bda21e7)
751 o Avoid a spurious close(-1) on Linux (70a44b6)
754 o Avoid an (untriggerable so far) crash bug in bufferevent_free() (0cf1431)
767 o Free search state when finished searching to avoid an infinite loop. (a625840 Christopher Davis)
792 o Avoid errors in evutil.c when building with _UNICODE defined (b677032 Brodie Thiesfield)
793 o Avoid errors in http.c when building with VC 2003 .NET (13e4f3b Brodie Thiesfield)
1025 o Avoid segfault during failed allocation of locked evdns_base. (Found by Rocco Carbone.)
1091 …o Avoid data corruption when reading data entirely into the second-to-last chain of an evbuffer. […
1103 …o Rename the EVBUFFER_* codes used by bufferevent event callbacks to BEV_EVENT_*, to avoid namespa…
1124 o Use AC_SEARCH_LIBS, not AC_CHECK_LIB to avoid needless library use.
1127 …o Rename encode_int[64] to evtag_encode_int[64] to avoid polluting the global namespace. The old …
1156 o prefix {encode,decode}_tag functions with evtag to avoid collisions
1210 …o use libevent's internal timercmp on all platforms, to avoid bugs on old platforms where timercmp…