mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 10:05:29 +00:00
* This option can be used to mark the begin/end of errors in textual output mode, to facilitate searching/extracting errors in output files mixing valgrind errors with program output. * Use the new option in various existing regtests to test the various possible usage. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14714
17 lines
463 B
Plaintext
17 lines
463 B
Plaintext
[[[
|
|
Invalid write of size 1
|
|
at 0x........: main (badaddrvalue.c:8)
|
|
Address 0x........ is 1 bytes before a block of size 8 alloc'd
|
|
at 0x........: malloc (vg_replace_malloc.c:...)
|
|
by 0x........: main (badaddrvalue.c:7)
|
|
|
|
]]]
|
|
[[[
|
|
Invalid read of size 1
|
|
at 0x........: main (badaddrvalue.c:9)
|
|
Address 0x........ is 1 bytes before a block of size 8 alloc'd
|
|
at 0x........: malloc (vg_replace_malloc.c:...)
|
|
by 0x........: main (badaddrvalue.c:7)
|
|
|
|
]]]
|