From: Mark Kogan Date: Mon, 21 Aug 2023 17:49:28 +0000 (+0000) Subject: valgrind: UninitCondition under __run_exit_handlers suppression X-Git-Tag: v18.2.1~189^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=6e3a65b53e1c973dda1c02f80a3d91183c99edff;p=ceph.git valgrind: UninitCondition under __run_exit_handlers suppression reqiered in CentOS / RHEL 9 & Ubuntu 22.04.1 LTS Fixes: https://tracker.ceph.com/issues/62957 Signed-off-by: Mark Kogan (cherry picked from commit 03616b4330080cadf20be440d92e33ca90de254a) --- diff --git a/qa/valgrind.supp b/qa/valgrind.supp index 8caedfd8b22f..6a5a08f14b09 100644 --- a/qa/valgrind.supp +++ b/qa/valgrind.supp @@ -689,3 +689,15 @@ fun:EVP_DecryptFinal_ex ... } +{ + tracker #62141 : valgrind: UninitCondition under __run_exit_handlers + Memcheck:Cond + fun:free + fun:free_res + fun:__libc_freeres + fun:_vgnU_freeres + fun:__run_exit_handlers + fun:exit + fun:(below main) +} +