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

Fixes: https://tracker.ceph.com/issues/62141
Signed-off-by: Mark Kogan <mkogan@redhat.com>
qa/valgrind.supp

index d1ae6cbf44035f9bdae4446bd6a36d1dcbdf5813..f56b996b706af47aab7a687424fe713be24de564 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)
+}
+