]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Update expected output following r5785; also add a missing 's'.
authorJulian Seward <jseward@acm.org>
Wed, 22 Mar 2006 11:18:50 +0000 (11:18 +0000)
committerJulian Seward <jseward@acm.org>
Wed, 22 Mar 2006 11:18:50 +0000 (11:18 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5788

coregrind/m_syswrap/syswrap-generic.c
memcheck/tests/badpoll.stderr.exp

index 0c272da617a53c9c1bad43be4a890b52668c2946..18080b85c78e090da7736e2a383b99616e5111a5 100644 (file)
@@ -4886,7 +4886,7 @@ PRE(sys_poll)
                     (Addr)(&ufds[i].fd), sizeof(ufds[i].fd) );
       PRE_MEM_READ( "poll(ufds.events)",
                     (Addr)(&ufds[i].events), sizeof(ufds[i].events) );
-      PRE_MEM_WRITE( "poll(ufd.reventss)",
+      PRE_MEM_WRITE( "poll(ufds.reventss)",
                      (Addr)(&ufds[i].revents), sizeof(ufds[i].revents) );
    }
 }
index 2586ace4c645372bbb4911c17e57977a7680d0be..1c71844b77cafd03bb5ba8699d8c0e2b9714733e 100644 (file)
@@ -1,11 +1,11 @@
-Syscall param poll(ufds) points to uninitialised byte(s)
+Syscall param poll(ufds.fd) points to uninitialised byte(s)
    at 0x........: poll (in /...libc...)
    by 0x........: main (badpoll.c:22)
  Address 0x........ is 8 bytes inside a block of size 15 alloc'd
    at 0x........: malloc (vg_replace_malloc.c:...)
    by 0x........: main (badpoll.c:12)
 
-Syscall param poll(ufds) points to unaddressable byte(s)
+Syscall param poll(ufds.reventss) points to unaddressable byte(s)
    at 0x........: poll (in /...libc...)
    by 0x........: main (badpoll.c:22)
  Address 0x........ is 0 bytes after a block of size 15 alloc'd