]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Add a memfd_create.stderr.exp-fcntl64 variant
authorMark Wielaard <mark@klomp.org>
Mon, 24 Apr 2023 12:35:21 +0000 (14:35 +0200)
committerMark Wielaard <mark@klomp.org>
Mon, 24 Apr 2023 13:01:33 +0000 (15:01 +0200)
On 32bit systems a glibc fcntl call results in a fcntl64 syscall.

memcheck/tests/linux/memfd_create.stderr.exp-fcntl64 [new file with mode: 0644]

diff --git a/memcheck/tests/linux/memfd_create.stderr.exp-fcntl64 b/memcheck/tests/linux/memfd_create.stderr.exp-fcntl64
new file mode 100644 (file)
index 0000000..7155ddf
--- /dev/null
@@ -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)
+