]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Updated expected output. The output changed because of r11320.
authorBart Van Assche <bvanassche@acm.org>
Thu, 2 Sep 2010 10:52:54 +0000 (10:52 +0000)
committerBart Van Assche <bvanassche@acm.org>
Thu, 2 Sep 2010 10:52:54 +0000 (10:52 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11321

memcheck/tests/custom_alloc.stderr.exp

index 140f56ea93123d467cd54ce927854750a715720d..b3c2b09a326062668fcdeb7579d8495016fb160a 100644 (file)
@@ -18,5 +18,7 @@ Mismatched free() / delete / delete []
 
 Invalid read of size 4
    at 0x........: main (custom_alloc.c:89)
- Address 0x........ is not stack'd, malloc'd or (recently) free'd
+ Address 0x........ is 0 bytes inside a block of size 40 free'd
+   at 0x........: custom_free (custom_alloc.c:54)
+   by 0x........: main (custom_alloc.c:81)