|
From: <sv...@va...> - 2010-09-02 10:53:02
|
Author: bart
Date: 2010-09-02 11:52:54 +0100 (Thu, 02 Sep 2010)
New Revision: 11321
Log:
Updated expected output. The output changed because of r11320.
Modified:
trunk/memcheck/tests/custom_alloc.stderr.exp
Modified: trunk/memcheck/tests/custom_alloc.stderr.exp
===================================================================
--- trunk/memcheck/tests/custom_alloc.stderr.exp 2010-09-02 10:24:49 UTC (rev 11320)
+++ trunk/memcheck/tests/custom_alloc.stderr.exp 2010-09-02 10:52:54 UTC (rev 11321)
@@ -18,5 +18,7 @@
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)
|