]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
valgrind: UninitCondition under __run_exit_handlers suppression 53681/head
authorMark Kogan <mkogan@redhat.com>
Mon, 21 Aug 2023 17:49:28 +0000 (17:49 +0000)
committerMark Kogan <mkogan@ibm.com>
Tue, 26 Sep 2023 16:06:12 +0000 (19:06 +0300)
reqiered in CentOS / RHEL 9 & Ubuntu 22.04.1 LTS

Fixes: https://tracker.ceph.com/issues/62957
Signed-off-by: Mark Kogan <mkogan@redhat.com>
(cherry picked from commit 03616b4330080cadf20be440d92e33ca90de254a)

qa/valgrind.supp

index 8caedfd8b22fcaf7bfd29870383751c130c18ff1..6a5a08f14b09304339202454e71e258cc4696844 100644 (file)
   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)
+}
+