/memcheck/tests/linux/lsframe2
/memcheck/tests/linux/Makefile
/memcheck/tests/linux/Makefile.in
-/memcheck/tests/linux/memfd
+/memcheck/tests/linux/memfd_create
/memcheck/tests/linux/rfcomm
/memcheck/tests/linux/sigqueue
/memcheck/tests/linux/stack_changes
ioctl-tiocsig.vgtest ioctl-tiocsig.stderr.exp \
lsframe1.vgtest lsframe1.stdout.exp lsframe1.stderr.exp \
lsframe2.vgtest lsframe2.stdout.exp lsframe2.stderr.exp \
- memfd.vgtest memfd.stderr.exp \
+ memfd_create.vgtest memfd_create.stderr.exp \
rfcomm.vgtest rfcomm.stderr.exp \
sigqueue.vgtest sigqueue.stderr.exp \
stack_changes.stderr.exp stack_changes.stdout.exp \
endif
if HAVE_MEMFD_CREATE
-check_PROGRAMS += memfd
+check_PROGRAMS += memfd_create
endif
if HAVE_COPY_FILE_RANGE
+++ /dev/null
-prereq: test -e memfd
-vgopts: -q --track-origins=yes
-prog: memfd
Syscall param fcntl(arg) contains uninitialised byte(s)
...
- by 0x........: main (memfd.c:72)
+ by 0x........: main (memfd_create.c:72)
Uninitialised value was created by a client request
- at 0x........: main (memfd.c:71)
+ at 0x........: main (memfd_create.c:71)
--- /dev/null
+prereq: test -e memfd_create
+vgopts: -q --track-origins=yes
+prog: memfd_create