mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 18:13:01 +00:00
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
46 lines
1.7 KiB
Plaintext
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)
|
|
|