From: Paul F. <pa...@so...> - 2025-02-08 09:37:30
|
https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=44e0c761af15114c42c76d2102b7fe01358de2f6 commit 44e0c761af15114c42c76d2102b7fe01358de2f6 Author: Paul Floyd <pj...@wa...> Date: Sat Feb 8 10:35:38 2025 +0100 Linux regtest: broaden none/tests/linux/bug498317.supp fcntl function name is versioned on Raspberry Pi OS (fcntl@@GLIBC_2.28) so use a wildcard in the suppression. Diff: --- none/tests/linux/bug498317.supp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/none/tests/linux/bug498317.supp b/none/tests/linux/bug498317.supp index f345f3771f..4e204304f0 100644 --- a/none/tests/linux/bug498317.supp +++ b/none/tests/linux/bug498317.supp @@ -2,7 +2,7 @@ test suppression of FdBadUse CoreError:FdBadUse ... - fun:fcntl + fun:fcntl* fun:main } |