Browse code

Valgrind suppression for false positive in Rust png-decoder crate

Val S. authored on 2025/10/15 08:18:22
Showing 1 changed files
... ...
@@ -376,3 +376,12 @@
376 376
    fun:start_thread
377 377
    fun:clone
378 378
 }
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
+}