From: Mark Wielaard Date: Mon, 24 Apr 2023 12:35:21 +0000 (+0200) Subject: Add a memfd_create.stderr.exp-fcntl64 variant X-Git-Tag: VALGRIND_3_21_0~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e896406e15cf5f631171b0afec9e0c92fc27acd3;p=thirdparty%2Fvalgrind.git Add a memfd_create.stderr.exp-fcntl64 variant On 32bit systems a glibc fcntl call results in a fcntl64 syscall. --- 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) +