mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 18:13:01 +00:00
Check if Memcheck is able to recognize errors related to uninitialized parameters in ioctl(SIOCSPGRP / SIOCATMARK) calls. Test by Aleksandar Rikalo.
13 lines
397 B
Plaintext
13 lines
397 B
Plaintext
Syscall param ioctl(SIOCSPGRP) points to uninitialised byte(s)
|
|
...
|
|
by 0x........: main (bad_sioc.c:13)
|
|
Address 0x........ is on thread 1's stack
|
|
in frame #1, created by main (bad_sioc.c:7)
|
|
|
|
Syscall param ioctl(SIOCATMARK) points to uninitialised byte(s)
|
|
...
|
|
by 0x........: main (bad_sioc.c:14)
|
|
Address 0x........ is on thread 1's stack
|
|
in frame #1, created by main (bad_sioc.c:7)
|
|
|