Skip to content

Commit 6c37156

Browse files
committed
make suppression file rust-1.84 more universal
1 parent 8972fc7 commit 6c37156

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

suppressions/rust-1.84

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
Memcheck:Leak
44
match-leak-kinds: possible
55
fun:malloc
6-
fun:_ZN3std6thread6Thread3new17h2befa5bc50e06d13E
7-
fun:_ZN3std6thread7current12init_current17h995cf44c460e5ccbE
8-
fun:_ZN3std4sync4mpmc7context7Context3new17hbea3e84f72b44257E
9-
fun:_ZN3std3sys12thread_local6native4lazy20Storage$LT$T$C$D$GT$16get_or_init_slow17h8072c00318bcc34dE
10-
fun:_ZN3std4sync4mpmc4list16Channel$LT$T$GT$4recv17hb8facc0251a95a60E
6+
fun:_ZN3std6thread6Thread3new*
7+
fun:_ZN3std6thread7current12init_current*
8+
fun:_ZN3std4sync4mpmc7context7Context3new*
9+
fun:_ZN3std3sys12thread_local6native4lazy20Storage*
10+
fun:_ZN3std4sync4mpmc4list16Channel$LT$T$GT$4recv*
1111
}

0 commit comments

Comments
 (0)