From 72a75926496f77ca5af7941ddf02686bf587ae8f Mon Sep 17 00:00:00 2001 From: "Val S." Date: Tue, 14 Oct 2025 19:18:22 -0400 Subject: [PATCH] Valgrind suppression for false positive in Rust png-decoder crate --- unit_tests/valgrind.supp | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/unit_tests/valgrind.supp b/unit_tests/valgrind.supp index 122287004..5f157cb22 100644 --- a/unit_tests/valgrind.supp +++ b/unit_tests/valgrind.supp @@ -376,3 +376,12 @@ fun:start_thread fun:clone } +{ + + Memcheck:Cond + ... + fun:read_header_info> + ... + fun:fuzzy_hash_calculate_image + ... +}