]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Bug 437790 - valgrind reports "Conditional jump or move depends on uninitialised...
authorPaul Floyd <pjfloyd@wanadoo.fr>
Tue, 14 Nov 2023 07:30:05 +0000 (08:30 +0100)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Tue, 14 Nov 2023 07:30:05 +0000 (08:30 +0100)
commit39589df4d30e981022e6677051783892f2907998
tree791c9b6b85a2647df19dff37bf272d0894392bed
parenta1cbcddce791ee3deb0946f6efa735f9bfc00220
Bug 437790 - valgrind reports "Conditional jump or move depends on uninitialised value" in memchr of macOS 10.12-10.15
.gitignore
NEWS
memcheck/tests/darwin/Makefile.am
memcheck/tests/darwin/bug437790.c [new file with mode: 0644]
memcheck/tests/darwin/bug437790.stderr.exp [new file with mode: 0644]
memcheck/tests/darwin/bug437790.stdout.exp [new file with mode: 0644]
memcheck/tests/darwin/bug437790.vgtest [new file with mode: 0644]
shared/vg_replace_strmem.c