Skip to content

Commit 72a7592

Browse files
committed
Valgrind suppression for false positive in Rust png-decoder crate
1 parent c320328 commit 72a7592

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

unit_tests/valgrind.supp

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -376,3 +376,12 @@
376376
fun:start_thread
377377
fun:clone
378378
}
379+
{
380+
<image-fuzzy-hash-png-decoder>
381+
Memcheck:Cond
382+
...
383+
fun:read_header_info<std::io::cursor::Cursor<&[u8]>>
384+
...
385+
fun:fuzzy_hash_calculate_image
386+
...
387+
}

0 commit comments

Comments
 (0)