Use leak sanitizer instead of internal mdebug to check for memory leaks
authorRichard Levitte <levitte@openssl.org>
Tue, 2 Jul 2019 14:23:27 +0000 (16:23 +0200)
committerRichard Levitte <levitte@openssl.org>
Tue, 10 Dec 2019 13:16:12 +0000 (14:16 +0100)
commit22c22369bc09988eb8c6fdf4f543581a78fd3eb1
treef12a5c9d7563a5be34a4a29dc4c4e1cd53d738f3
parent0969e2592e634670f1953ac37357e93fc479aa69
Use leak sanitizer instead of internal mdebug to check for memory leaks

The leak sanitizer gives better reports (complete stack traces) and
works as a wrapper around the application instead of relying on
cooperative enabling and disabling calls (which are too easy to get
unbalanced).

Related to #8322

Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/9294)
.travis.yml