]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Add suppresions for DRD and Helgrind, guard variables on FreeBSD 14.0
authorPaul Floyd <pjfloyd@wanadoo.fr>
Tue, 31 May 2022 20:18:13 +0000 (22:18 +0200)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Tue, 31 May 2022 20:18:13 +0000 (22:18 +0200)
commitc821499df3efeabbbd116a6216496f265311fe39
treefb3da1bb23c4aaedaaa13533b6a07de57ec8e78b
parent0c0acce7fa02fbe249e216c41e0fc536ff66f7d5
Add suppresions for DRD and Helgrind, guard variables on FreeBSD 14.0

This is a change probably related to clang 13.

guard variables make the initialization of function static variables
thread safe (only the initialization, not other accesses).
freebsd-drd.supp
freebsd-helgrind.supp