]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Update second expected output to match the first.
authorNicholas Nethercote <n.nethercote@gmail.com>
Tue, 12 Oct 2004 08:38:19 +0000 (08:38 +0000)
committerNicholas Nethercote <n.nethercote@gmail.com>
Tue, 12 Oct 2004 08:38:19 +0000 (08:38 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2742

memcheck/tests/writev.stderr.exp2

index 37def6730368477e957a14a7e307bd6ee3235899..001b2b224fb31b1e4bff8693039d12e9ac6f25e9 100644 (file)
@@ -3,19 +3,19 @@ Test file created.
 Syscall param writev(vector[...]) contains uninitialised or unaddressable byte(s)
    at 0x........: (within /...libc...)
    by 0x........: main (writev.c:56)
- Address 0x........ is not stack'd, malloc'd or free'd
+ Address 0x........ is not stack'd, malloc'd or (recently) free'd
 Received EFAULT as expected
 
 Syscall param writev(vector) contains uninitialised or unaddressable byte(s)
    at 0x........: (within /...libc...)
    by 0x........: main (writev.c:68)
- Address 0x........ is not stack'd, malloc'd or free'd
+ Address 0x........ is not stack'd, malloc'd or (recently) free'd
 Received EINVAL as expected
 
 Syscall param readv(vector) contains uninitialised or unaddressable byte(s)
    at 0x........: readv (in /...libc...)
    by 0x........: main (writev.c:76)
- Address 0x........ is not stack'd, malloc'd or free'd
+ Address 0x........ is not stack'd, malloc'd or (recently) free'd
 Received EINVAL as expected
 
 ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 0 from 0)