]> sourceware.org Git - valgrind.git/commit
Disable memcpy overlap check and test on amd64 linux
authorMark Wielaard <mark@klomp.org>
Mon, 30 Oct 2023 22:30:06 +0000 (23:30 +0100)
committerMark Wielaard <mark@klomp.org>
Mon, 30 Oct 2023 22:30:06 +0000 (23:30 +0100)
commit53e101f562fa89bbf92d658fba626e2397862a16
treed3c92da071cece85f855d467cf3947203ab72f04
parent0625fee9e49ebfeba0c805b00f7428e0a40ec75a
Disable memcpy overlap check and test on amd64 linux

Almost all newer distros have ifunc based memcpy/memmove glibc
implementation which cause false positives. Disable the overlap check
and test on these systems for now.

https://bugs.kde.org/show_bug.cgi?id=402833
memcheck/tests/overlap.vgtest
shared/vg_replace_strmem.c
This page took 0.032705 seconds and 5 git commands to generate.