From d2536a7d7f0a4e2f064575103876b7f820065a70 Mon Sep 17 00:00:00 2001 From: Beniamino Galvani Date: Fri, 21 Jun 2024 23:03:11 +0200 Subject: [PATCH] valgrind: update suppression for memmove and inet_pton6 inet_pton6() can be called from different functions, make the suppression more generic. --- valgrind.suppressions | 2 -- 1 file changed, 2 deletions(-) diff --git a/valgrind.suppressions b/valgrind.suppressions index 055262519..5725ee22f 100644 --- a/valgrind.suppressions +++ b/valgrind.suppressions @@ -505,7 +505,5 @@ fun:__memcpy_chk fun:memmove fun:inet_pton6 - fun:__inet_pton_length - fun:inet_pton ... }