]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
valgrind: remove stale openssl suppressions 52491/head
authorCasey Bodley <cbodley@redhat.com>
Thu, 20 Jul 2023 13:23:52 +0000 (09:23 -0400)
committerCasey Bodley <cbodley@redhat.com>
Thu, 20 Jul 2023 15:10:04 +0000 (11:10 -0400)
commitd6d9986315481ca13e8823c8e26c03eeac2d1713
tree5a2606ea1a72c13f6ef5efa3869572ef048fb706
parentef61386862a507e993a05e23de75a88d7744f7b4
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>
qa/valgrind.supp