Skip to content

Commit 6ae50ad

Browse files
committed
Once again
1 parent 534f135 commit 6ae50ad

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

test/valgrind.supp

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
{
2-
Suppress wcslen valgrind report
2+
Suppress wcslen valgrind report 1
33
Memcheck:Cond
44
fun:__wcslen_sse2
55
}
6+
7+
{
8+
Suppress wcslen valgrind report 2
9+
Memcheck:Addr8
10+
fun:__wcslen_sse2
11+
}
12+
13+
{
14+
Suppress wcslen valgrind report 3
15+
Memcheck:Value8
16+
fun:__wcslen_sse2
17+
}

0 commit comments

Comments
 (0)