From bf6347dc61cf8e00b91e5899cd8a84fd932bbc15 Mon Sep 17 00:00:00 2001 From: Stephan Bosch Date: Fri, 1 Nov 2024 18:18:08 +0100 Subject: [PATCH] run-test-valgrind.supp - Amend test_lib_fatal_ostream_file suppression Make stack pattern more robust to compiler diversity. --- run-test-valgrind.supp | 1 + 1 file changed, 1 insertion(+) diff --git a/run-test-valgrind.supp b/run-test-valgrind.supp index 0349145621..ed3a89f15b 100644 --- a/run-test-valgrind.supp +++ b/run-test-valgrind.supp @@ -146,6 +146,7 @@ fun:pool_system_malloc fun:p_malloc fun:o_stream_create_fd_common + ... fun:fatal_ostream_file ... } -- 2.47.3