From 10bc46af6e5711388446e0a800c9d960df38c1c1 Mon Sep 17 00:00:00 2001 From: Andrew Wood Date: Fri, 21 Nov 2025 23:26:52 +0000 Subject: [PATCH] Suppress by source file name rather than function name, since in an LTO build the function name is optimised out (#174). --- tests/run-valgrind.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/run-valgrind.sh b/tests/run-valgrind.sh index 6d143b7..0835b00 100755 --- a/tests/run-valgrind.sh +++ b/tests/run-valgrind.sh @@ -54,7 +54,7 @@ runWithValgrind () { ignore-initproctitle-leak Memcheck:Leak fun:malloc - fun:initproctitle + src:proctitle.c fun:main } EOF