mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-04 02:18:37 +00:00
and update exp files accordingly. This works well for x86 and all testcases pass on my machine. New file filter_memcheck to do the work. There is a bit of a ripple here as filter_memcheck requires command line arguments to be passed in. So all users of filter_memcheck (direct or indirect) were updated as well. filter_stderr was simplified as was filter_libc. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12091
20 lines
687 B
Plaintext
20 lines
687 B
Plaintext
Test file created.
|
|
Syscall param writev(vector[...]) points to unaddressable byte(s)
|
|
at 0x........: writev (writev.c:51)
|
|
by 0x........: main (writev.c:56)
|
|
Address 0x........ is not stack'd, malloc'd or (recently) free'd
|
|
|
|
Received EFAULT as expected
|
|
Syscall param writev(vector) points to unaddressable byte(s)
|
|
at 0x........: writev (writev.c:51)
|
|
by 0x........: main (writev.c:68)
|
|
Address 0x........ is not stack'd, malloc'd or (recently) free'd
|
|
|
|
Received EINVAL as expected
|
|
Syscall param readv(vector) points to unaddressable byte(s)
|
|
...
|
|
by 0x........: main (writev.c:76)
|
|
Address 0x........ is not stack'd, malloc'd or (recently) free'd
|
|
|
|
Received EINVAL as expected
|