Lines Matching full:avoid
24 …o test-ratelim: calculate timers bias (for slow CPUs) to avoid false-positive (8ad26d0b Azat Khuzh…
60 o cmake: avoid problems from use of CMAKE_USE_PTHREADS_INIT (a62ec765 Paul Osborne)
153 o kqueue: Avoid undefined behaviour. (e70e18e9 Tobias Stoeckmann)
232 o avoid NULL dereference on request is not EVHTTP_REQ_POST (e05136c7)
246 o be_openssl: avoid leaking of SSL structure (e86ccfe5)
268 o Avoid possible SEGVs in select() (in unit tests) (8818c86c)
339 o test/dns: run async resolving after sync one (to avoid timeouts) (07862531 Azat Khuzhin)
445 o evdns: avoid double-free in evdns_base_free() for probing requests (4db15e0 Azat Khuzhin)
452 o be_filter: avoid data stuck under active watermarks (b627ad8 Eduardo Panisset)
472 o http: set fd to -1 unconditioally, to avoid leaking of DNS requests (7a4b472 Azat Khuzhin)
473 o http: avoid leaking of fd in evhttp_connection_free() (f0e1341 Azat Khuzhin)
480 … o http: avoid epoll_ctl() on already closed fd (triggers by http/chunk_out) (ab3bc69 Azat Khuzhin)
514 o test/http: avoid using conditionals with omitted operands (fixes VS2015) (2a4bf29 Azat Khuzhin)
517 o test/buffer: avoid errors with --no-fork (reinitialize static vars) (e7d1e39 Azat Khuzhin)
538 o test/http: avoid huge stack allocations to fix win32 builds (3166765 Azat Khuzhin)
592 o test/regress_http: initialize "dns_base" to avoid reading trash (9f0bff3 Azat Khuzhin)
643 o epoll: introduce PRINT_CHANGES() macro to avoid copy-pasting (a1b142b Azat Khuzhin)
764 …o Avoid integer overflow bugs in evbuffer_add() and related functions. See CVE-2014-6272 advisory…
779 o be async: avoid double close() (f133b86 Azat Khuzhin)
799 o evdns: avoid read-after-free in evdns_request_timeout_callback() (61262a0 Azat Khuzhin)
824 o Make a buffer larger in the tests to avoid a scary evbuffer_copyout_from() (fb57b8b)
996 o Avoid racy bufferevent activation (5eb1788 Nate Rosenblum)
1007 o Avoid other RNG initialization FS reads when urandom file is
1047 o Avoid leaking segment mappings when offset is not a page multiple (d409514)
1069 o Avoid redundant syscall to make a nonblocking socket nonblocking
1071 o Avoid redundant syscall if making a socket cloexec twice (1f29b18)
1072 o Avoid redundant invocations of init_extension_functions for IOCP (3b77d62)
1129 o Implement event_finalize() and related functions to avoid certain
1131 o Use finalization feature so bufferevents can avoid deadlocks (02fbf68)
1161 o Avoid using top_srcdir in TESTS: new automakes do not like this (a55514e)
1164 o Avoid leaking fds on evconnlistener with no callback set (69db261)
1165 o Avoid double-close on getsockname error in evutil_ersatz_socketpair
1188 o avoid valgrind false positive by zeroing epoll_event (1258614 Patrick
1201 o Avoid using $(top_srcdir) in TESTS. (2863c83)
1255 o avoid sign mismatch warning in openssl_hostname_validation.c (6021cb5
1327 o Avoid giving a spurious warning when timerfd support is unavailable
1330 o Avoid unused-var warning on systems with clock_gettime but without
1349 o Avoid a resource leak on error in http client benchmark (ea92fba)
1351 o Avoid (unlikely) overflow in bench_httpclient.c (5671033)
1356 o Avoid test -e; older shs don't have one. (f1bd938)
1361 o Change evutil_weakrand_() to avoid platform random() (e86af4b Nicholas
1366 logic (introduced in 2.0 to avoid callback recursion), Libevent now
1390 o Avoid racy bufferevent activation (5eb1788 Nate Rosenblum)
1398 o Avoid using top_srcdir in TESTS: new automakes do not like this (a55514e)
1404 o Avoid leaking fds on evconnlistener with no callback set (69db261)
1405 o Avoid double-close on getsockname error in evutil_ersatz_socketpair (0a822a6)
1410 o Avoid other RNG initialization FS reads when urandom file is specified (9695e9c, bb52471)
1411 o Avoid redundant invocations of init_extension_functions for IOCP (3b77d62)
1435 o dns: Avoid a memory-leak on OOM in evdns. (73e85dd, f2bff75 George Danchev)
1441 o core: Avoid crash when event_pending() called with no event_base set on event (e3cccf3)
1450 o win32: avoid crash when waiting forever on zero fds. (160e58b)
1452 o evbuffer: Avoid possible needless call to writev. Found by coverity. (6a4ec5c)
1455 o evdns: Avoid segfault on weird timeout during name lookup. (dc32077 Greg Hazel)
1476 o Avoid more crashes/bad calls in unit tests; found by coverity (3cde5bf)
1544 o Avoid crash when freeing event_iocp and using event_set_mem_functions (19715a6)
1590 o Avoid spinning on OpenSSL reads (2aa036f Mark Ellzey)
1662 o Avoid race-condition when initializing global locks (b683cae)
1665 o Avoid a segfault when all methods are disabled or broken (27ce38b)
1765 o Avoid a free(NULL) if out-of-memory in evdns_getaddrinfo. Found by Dave Hart (3417f68)
1855 o Avoid double-free on error in evbuffer_add_file. Found by
1860 o Avoid memory leak in test_event_calloc unit test; found by coverity
2131 o Convert event-config.h macros to avoid reserved identifiers (68120d9)
2133 o Convert include-guard macro convention to avoid reserved identifiers