mirror of
https://github.com/Cisco-Talos/clamav.git
synced 2025-10-19 18:33:16 +00:00
Valgrind suppression for false positive in Rust png-decoder crate
This commit is contained in:
parent
c3203281aa
commit
72a7592649
1 changed files with 9 additions and 0 deletions
|
@ -376,3 +376,12 @@
|
||||||
fun:start_thread
|
fun:start_thread
|
||||||
fun:clone
|
fun:clone
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
<image-fuzzy-hash-png-decoder>
|
||||||
|
Memcheck:Cond
|
||||||
|
...
|
||||||
|
fun:read_header_info<std::io::cursor::Cursor<&[u8]>>
|
||||||
|
...
|
||||||
|
fun:fuzzy_hash_calculate_image
|
||||||
|
...
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue