ftmemsim-valgrind/memcheck/tests/mips32/bad_sioc.stderr.exp
Petar Jovanovic 8227e4a763 mips: new Memcheck test, bad_sioc
Check if Memcheck is able to recognize errors related to uninitialized
parameters in ioctl(SIOCSPGRP / SIOCATMARK) calls.

Test by Aleksandar Rikalo.
2017-09-27 15:55:16 +02:00

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)