mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-04 02:18:37 +00:00
option --show-below-main is on. It's on by default. It also affects suppressions generated with --gen-suppressions=yes. Updated reg tests accordingly. Also updated docs for this. And added some missing command-line args to docs. Also compartmentalised the options a little in the docs, and rearranged the order of options in the usage message, in anticipation of a bigger rearrangement that will be necessary soon -- to distinguish options used by all skins from those used by error-checking skins, to skin-specific ones. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2020
26 lines
1.0 KiB
Plaintext
26 lines
1.0 KiB
Plaintext
Invalid write of size 4
|
|
at 0x........: main (custom_alloc.c:79)
|
|
Address 0x........ is 48 bytes inside a block of size 100000 client-defined
|
|
at 0x........: get_superblock (custom_alloc.c:25)
|
|
by 0x........: custom_alloc (custom_alloc.c:40)
|
|
by 0x........: main (custom_alloc.c:76)
|
|
|
|
Invalid free() / delete / delete[]
|
|
at 0x........: custom_free (custom_alloc.c:54)
|
|
by 0x........: main (custom_alloc.c:83)
|
|
Address 0x........ is not stack'd, malloc'd or free'd
|
|
|
|
Mismatched free() / delete / delete []
|
|
at 0x........: custom_free (custom_alloc.c:54)
|
|
by 0x........: main (custom_alloc.c:86)
|
|
Address 0x........ is 0 bytes inside a block of size 40 alloc'd
|
|
at 0x........: malloc (vg_replace_malloc.c:...)
|
|
by 0x........: main (custom_alloc.c:85)
|
|
|
|
Invalid read of size 4
|
|
at 0x........: main (custom_alloc.c:89)
|
|
Address 0x........ is 8 bytes inside a block of size 100000 client-defined
|
|
at 0x........: get_superblock (custom_alloc.c:25)
|
|
by 0x........: custom_alloc (custom_alloc.c:40)
|
|
by 0x........: main (custom_alloc.c:76)
|