|
From: Mark W. <ma...@so...> - 2023-04-24 13:02:02
|
https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=e896406e15cf5f631171b0afec9e0c92fc27acd3 commit e896406e15cf5f631171b0afec9e0c92fc27acd3 Author: Mark Wielaard <ma...@kl...> Date: Mon Apr 24 14:35:21 2023 +0200 Add a memfd_create.stderr.exp-fcntl64 variant On 32bit systems a glibc fcntl call results in a fcntl64 syscall. Diff: --- memcheck/tests/linux/memfd_create.stderr.exp-fcntl64 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/memcheck/tests/linux/memfd_create.stderr.exp-fcntl64 b/memcheck/tests/linux/memfd_create.stderr.exp-fcntl64 new file mode 100644 index 0000000000..7155ddf7a1 --- /dev/null +++ b/memcheck/tests/linux/memfd_create.stderr.exp-fcntl64 @@ -0,0 +1,6 @@ +Syscall param fcntl64(arg) contains uninitialised byte(s) + ... + by 0x........: main (memfd_create.c:72) + Uninitialised value was created by a client request + at 0x........: main (memfd_create.c:71) + |