|
From: Paul F. <pa...@so...> - 2022-05-31 20:35:26
|
https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=cf70a169efb1aee895c9e2c48c60c4d5e5e1d6c9 commit cf70a169efb1aee895c9e2c48c60c4d5e5e1d6c9 Author: Paul Floyd <pj...@wa...> Date: Tue May 31 22:34:51 2022 +0200 Forgot wildcard in FreeBSD DRD suppression, previous commit Diff: --- freebsd-drd.supp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freebsd-drd.supp b/freebsd-drd.supp index 26b65caca8..2248389587 100644 --- a/freebsd-drd.supp +++ b/freebsd-drd.supp @@ -188,5 +188,5 @@ { DRD-FREEBSD140-GUARD-VARIABLE drd:ConflictingAccess - fun:_ZL11get_counterv + fun:_ZL11* } |