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
28 lines
1.1 KiB
Plaintext
28 lines
1.1 KiB
Plaintext
Source and destination overlap in memcpy(0x........, 0x........, 21)
|
|
at 0x........: memcpy (mac_replace_strmem.c:...)
|
|
by 0x........: main (overlap.c:40)
|
|
|
|
Source and destination overlap in memcpy(0x........, 0x........, 21)
|
|
at 0x........: memcpy (mac_replace_strmem.c:...)
|
|
by 0x........: main (overlap.c:42)
|
|
|
|
Source and destination overlap in strncpy(0x........, 0x........, 21)
|
|
at 0x........: strncpy (mac_replace_strmem.c:...)
|
|
by 0x........: main (overlap.c:45)
|
|
|
|
Source and destination overlap in strncpy(0x........, 0x........, 21)
|
|
at 0x........: strncpy (mac_replace_strmem.c:...)
|
|
by 0x........: main (overlap.c:47)
|
|
|
|
Source and destination overlap in strcpy(0x........, 0x........)
|
|
at 0x........: strcpy (mac_replace_strmem.c:...)
|
|
by 0x........: main (overlap.c:54)
|
|
|
|
Source and destination overlap in strncat(0x........, 0x........, 21)
|
|
at 0x........: strncat (mac_replace_strmem.c:...)
|
|
by 0x........: main (overlap.c:112)
|
|
|
|
Source and destination overlap in strncat(0x........, 0x........, 21)
|
|
at 0x........: strncat (mac_replace_strmem.c:...)
|
|
by 0x........: main (overlap.c:113)
|