mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-04 02:18:37 +00:00
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
7 lines
203 B
Plaintext
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)
|
|
|