valgrind: update rocksdb ObjectLibrary leak suppression for gcc-13
the suppression for gcc-13 only differs on two lines, so add wildcards
to match either. the diff between the current suppression and the new
one follows:
diff --git a/qa/valgrind.supp b/qa/valgrind.supp
index
926d3d032a8..
2f9650029ee 100644
--- a/qa/valgrind.supp
+++ b/qa/valgrind.supp
@@ -592,7 +592,7 @@
rocksdb ObjectLibrary AddFactoryEntry centos 9 leak
Memcheck:Leak
match-leak-kinds: reachable
- fun:_Znam
+ fun:_Znwm
fun:UnknownInlinedFun
fun:UnknownInlinedFun
fun:UnknownInlinedFun
@@ -601,7 +601,7 @@
fun:UnknownInlinedFun
fun:_ZN7rocksdb13ObjectLibrary15AddFactoryEntryEPKcOSt10unique_ptrINS0_5EntryESt14default_deleteIS4_EE
fun:UnknownInlinedFun
- fun:_Z41__static_initialization_and_destruction_0ii.constprop.60
+ fun:_Z41__static_initialization_and_destruction_0v.lto_priv.83
fun:_sub_I_65535_0.0
fun:__libc_start_main@@GLIBC_2.34
fun:(below main)
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit
eee03c25753f96d71bae3a33e697a7399e0ddf99)