|
From: <sv...@va...> - 2008-08-04 16:49:38
|
Author: sewardj Date: 2008-08-04 17:49:46 +0100 (Mon, 04 Aug 2008) New Revision: 8510 Log: Add missing file. Added: branches/PTRCHECK/exp-ptrcheck/tests/partial_bad.stderr.exp-glibc25-amd64 Added: branches/PTRCHECK/exp-ptrcheck/tests/partial_bad.stderr.exp-glibc25-amd64 =================================================================== --- branches/PTRCHECK/exp-ptrcheck/tests/partial_bad.stderr.exp-glibc25-amd64 (rev 0) +++ branches/PTRCHECK/exp-ptrcheck/tests/partial_bad.stderr.exp-glibc25-amd64 2008-08-04 16:49:46 UTC (rev 8510) @@ -0,0 +1,107 @@ + +Invalid read of size 4 + at 0x........: main (partial.c:21) + Address 0x........ is 0 bytes inside the accessing pointer's + legitimate range, a block of size 3 alloc'd + at 0x........: malloc (vg_replace_malloc.c:...) + by 0x........: main (partial.c:6) + +Invalid read of size 4 + at 0x........: main (partial.c:22) + Address 0x........ is 1 bytes inside the accessing pointer's + legitimate range, a block of size 4 alloc'd + at 0x........: malloc (vg_replace_malloc.c:...) + by 0x........: main (partial.c:7) + +Invalid read of size 4 + at 0x........: main (partial.c:23) + Address 0x........ is 2 bytes inside the accessing pointer's + legitimate range, a block of size 5 alloc'd + at 0x........: malloc (vg_replace_malloc.c:...) + by 0x........: main (partial.c:8) + +Invalid read of size 4 + at 0x........: main (partial.c:24) + Address 0x........ is 3 bytes inside the accessing pointer's + legitimate range, a block of size 6 alloc'd + at 0x........: malloc (vg_replace_malloc.c:...) + by 0x........: main (partial.c:9) + +Invalid read of size 4 + at 0x........: main (partial.c:25) + Address 0x........ is 4 bytes inside the accessing pointer's + legitimate range, a block of size 7 alloc'd + at 0x........: malloc (vg_replace_malloc.c:...) + by 0x........: main (partial.c:10) + +Invalid read of size 4 + at 0x........: main (partial.c:34) + Address 0x........ is 1 bytes before the accessing pointer's + legitimate range, a block of size 3 alloc'd + at 0x........: malloc (vg_replace_malloc.c:...) + by 0x........: main (partial.c:6) + +Invalid read of size 4 + at 0x........: main (partial.c:35) + Address 0x........ is 0 bytes inside the accessing pointer's + legitimate range, a block of size 3 alloc'd + at 0x........: malloc (vg_replace_malloc.c:...) + by 0x........: main (partial.c:6) + +Invalid read of size 4 + at 0x........: main (partial.c:36) + Address 0x........ is 1 bytes inside the accessing pointer's + legitimate range, a block of size 3 alloc'd + at 0x........: malloc (vg_replace_malloc.c:...) + by 0x........: main (partial.c:6) + +Invalid read of size 4 + at 0x........: main (partial.c:37) + Address 0x........ is 2 bytes inside the accessing pointer's + legitimate range, a block of size 3 alloc'd + at 0x........: malloc (vg_replace_malloc.c:...) + by 0x........: main (partial.c:6) + +Invalid read of size 4 + at 0x........: main (partial.c:38) + Address 0x........ is 0 bytes after the accessing pointer's + legitimate range, a block of size 3 alloc'd + at 0x........: malloc (vg_replace_malloc.c:...) + by 0x........: main (partial.c:6) + +Invalid read of size 4 + at 0x........: main (partial.c:41) + Address 0x........ is 0 bytes inside the accessing pointer's + legitimate range, a block of size 3 alloc'd + at 0x........: malloc (vg_replace_malloc.c:...) + by 0x........: main (partial.c:6) + +Invalid read of size 8 + at 0x........: main (partial.c:42) + Address 0x........ is 0 bytes inside the accessing pointer's + legitimate range, a block of size 7 alloc'd + at 0x........: malloc (vg_replace_malloc.c:...) + by 0x........: main (partial.c:7) + +Invalid read of size 8 + at 0x........: main (partial.c:43) + Address 0x........ is 0 bytes inside the accessing pointer's + legitimate range, a block of size 7 alloc'd + at 0x........: malloc (vg_replace_malloc.c:...) + by 0x........: main (partial.c:8) + +Invalid read of size 1 + at 0x........: main (partial.c:44) + Address 0x........ is 0 bytes after the accessing pointer's + legitimate range, a block of size 0 alloc'd + at 0x........: malloc (vg_replace_malloc.c:...) + by 0x........: main (partial.c:9) + +Invalid read of size 2 + at 0x........: main (partial.c:45) + Address 0x........ is 0 bytes inside the accessing pointer's + legitimate range, a block of size 1 alloc'd + at 0x........: malloc (vg_replace_malloc.c:...) + by 0x........: main (partial.c:10) + +ERROR SUMMARY: 15 errors from 15 contexts (suppressed: 0 from 0) |