]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
valgrind: remove stale openssl suppressions 52574/head
authorCasey Bodley <cbodley@redhat.com>
Thu, 20 Jul 2023 13:23:52 +0000 (09:23 -0400)
committerCasey Bodley <cbodley@redhat.com>
Fri, 21 Jul 2023 13:38:02 +0000 (09:38 -0400)
commitfa5ef29a2b19138fbc8f4ed50e58d9486faee9ff
treecb2e2d595ecd38fa02935ffd6a14b4983565dbb6
parentc8d15e98598b4e89829beaf1e70ee4c084a780fe
valgrind: remove stale openssl suppressions

years ago in commit fe97a000990632dbe9734e0d3a96df627f104f7a, the
signature of authenticated_decrypt_update_final() changed and this
suppression no longer matches its mangled form:

-  fun:_ZN4ceph6crypto6onwire25AES128GCM_OnWireRxHandler34authenticated_decrypt_update_finalEONS_6buffer7v*4listEj
+  fun:_ZN4ceph6crypto6onwire25AES128GCM_OnWireRxHandler34authenticated_decrypt_update_finalERNS_6buffer7v15_2_04listE

the fact that we didn't notice must mean that we don't need the
suppressions anymore

Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit d6d9986315481ca13e8823c8e26c03eeac2d1713)
qa/valgrind.supp