]> granicus.if.org Git - libevent/commitdiff
Merge branch 'tests-under-sanitizers'
authorAzat Khuzhin <azat@libevent.org>
Thu, 25 Jun 2020 20:16:16 +0000 (23:16 +0300)
committerAzat Khuzhin <azat@libevent.org>
Thu, 25 Jun 2020 20:16:16 +0000 (23:16 +0300)
* tests-under-sanitizers:
  test: fix memory leaks for https (add BEV_OPT_CLOSE_ON_FREE)
  test: "fix" (with a quirk) leak in ssl/bufferevent_wm (w/o defer callbacks)
  test: disable bufferevent/bufferevent_pair_release_lock under ASAN (too tricky)
  test: detect test failures if atexit handler calls _exit(!0) (sanitizers)
  Add LSAN suppressions (for OpenSSL temporary quirk)
  Add TSAN suppressions
  ci: run tests under sanitizers

Fixes: #955

Trivial merge