ftmemsim-valgrind/memcheck/tests/holey_buffer_too_small.stderr.exp
Julian Seward daa6c4607b Change the behaviour of VALGRIND_CHECK_MEM_IS_DEFINED slightly, so
that if the range is partially non-addressable and it contains
undefined data, both errors are reported.



git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12222
2011-10-24 05:59:54 +00:00

46 lines
1.7 KiB
Plaintext

---- part defined, address error at end ----
Uninitialised byte(s) found during client check request
at 0x........: main (holey_buffer_too_small.c:21)
Address 0x........ is 4 bytes inside a block of size 8 alloc'd
at 0x........: malloc (vg_replace_malloc.c:...)
by 0x........: main (holey_buffer_too_small.c:19)
Uninitialised value was created by a heap allocation
at 0x........: malloc (vg_replace_malloc.c:...)
by 0x........: main (holey_buffer_too_small.c:19)
Unaddressable byte(s) found during client check request
at 0x........: main (holey_buffer_too_small.c:21)
Address 0x........ is 0 bytes after a block of size 8 alloc'd
at 0x........: malloc (vg_replace_malloc.c:...)
by 0x........: main (holey_buffer_too_small.c:19)
---- part defined, address error at start ----
Unaddressable byte(s) found during client check request
at 0x........: main (holey_buffer_too_small.c:27)
Address 0x........ is 1 bytes before a block of size 8 alloc'd
at 0x........: malloc (vg_replace_malloc.c:...)
by 0x........: main (holey_buffer_too_small.c:25)
---- fully defined, address error at end ----
Unaddressable byte(s) found during client check request
at 0x........: main (holey_buffer_too_small.c:33)
Address 0x........ is 0 bytes after a block of size 8 alloc'd
at 0x........: malloc (vg_replace_malloc.c:...)
by 0x........: main (holey_buffer_too_small.c:31)
---- fully defined, address error at start ----
Unaddressable byte(s) found during client check request
at 0x........: main (holey_buffer_too_small.c:39)
Address 0x........ is 1 bytes before a block of size 8 alloc'd
at 0x........: malloc (vg_replace_malloc.c:...)
by 0x........: main (holey_buffer_too_small.c:37)