Skip to content

Commit 44c703e

Browse files
committed
tests: suppressed valgrind error on pcre jit's SSE false positives.
1 parent 555173e commit 44c703e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

valgrind.suppress

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -460,3 +460,8 @@
460460
fun:_dl_sysdep_start
461461
fun:_dl_start
462462
}
463+
{
464+
<insert_a_suppression_name_here>
465+
Memcheck:Cond
466+
obj:*
467+
}

0 commit comments

Comments
 (0)