]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Bug 484480 - False positives when using sem_trywait
authorPaul Floyd <pjfloyd@wanadoo.fr>
Sat, 30 Mar 2024 15:31:12 +0000 (16:31 +0100)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Sat, 30 Mar 2024 15:32:17 +0000 (16:32 +0100)
commit485cea48a38db8db608bdaff0c695ff50bbe16b5
treeb0066b12f66439ce558c8b2e8921b72ffbce1bef
parent035d6a5d80f3f9d1d1ef431501ccb8752059cb56
Bug 484480 - False positives when using sem_trywait
13 files changed:
.gitignore
NEWS
configure.ac
helgrind/hg_intercepts.c
helgrind/tests/Makefile.am
helgrind/tests/bug484480.c [new file with mode: 0644]
helgrind/tests/bug484480.stderr.exp [new file with mode: 0644]
helgrind/tests/bug484480.stdout.exp [new file with mode: 0644]
helgrind/tests/bug484480.vgtest [new file with mode: 0644]
helgrind/tests/sem_timedwait.c [new file with mode: 0644]
helgrind/tests/sem_timedwait.stderr.exp [new file with mode: 0644]
helgrind/tests/sem_timedwait.stdout.exp [new file with mode: 0644]
helgrind/tests/sem_timedwait.vgtest [new file with mode: 0644]