qa/lsan.supp: suppress still-reachable third-party leaks
Several unittests fail LeakSanitizer on still-reachable allocations that belong to third-party libraries, not to Ceph. These are boost.thread's main-thread TLS, OpenSSL's one-time init (the ForkDeathTest children _exit() before it is freed), and the cipher, DRBG and error-stack state that OpenSSL and libcryptsetup keep behind the librbd encryption and migration unittests. None get freed without OPENSSL_cleanup(), so suppress them by their allocation entry points. Signed-off-by: Sun Yuechi <sunyuechi@iscas.ac.cn>
S
Sun Yuechi committed
e35cdb71232c69d20ddb5e2f0104f48c20fa5d86
Parent: 0a4edc5