ftmemsim-valgrind/memcheck/tests/linux/memfd_create.stderr.exp
Di Chen 6a35b364c5 memfd test should be memfd_create test
Currently, syscall memfd_create was tested by this:

$ perl tests/vg_regtest memcheck/tests/linux/memfd.vgtest

Since memfd_secret introduced in kernel 5.14, valgrind should rename
the "memfd" test to "memfd_create" test to avoid the ambiguity, so that
user will not get confused with the "memfd_secret" test.

After this change, syscall memfd_create will be tested by:

$ perl tests/vg_regtest memcheck/tests/linux/memfd_create.vgtest
2022-04-07 00:36:41 +02:00

7 lines
203 B
Plaintext

Syscall param fcntl(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)