Skip to content

Commit 84b88a9

Browse files
committed
Suppress all python level leaks for now
1 parent fdfba98 commit 84b88a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/oss-fuzz/python.supp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
{
1919
<python_alloc_possible_leak>
2020
Memcheck:Leak
21-
match-leak-kinds: possible
21+
match-leak-kinds: all
2222
fun:malloc
2323
fun:_PyMem_RawMalloc
2424
fun:PyObject_Malloc
@@ -28,7 +28,7 @@
2828
{
2929
<python_realloc_possible_leak>
3030
Memcheck:Leak
31-
match-leak-kinds: possible
31+
match-leak-kinds: all
3232
fun:malloc
3333
fun:_PyMem_RawRealloc
3434
fun:PyMem_Realloc

0 commit comments

Comments
 (0)