mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-09 13:18:15 +00:00
choosing the longest symbol, choose the longest ignoring any of the libc junk prefixes like __libc_, __, __GI_*, etc. This makes the symbol presented to the user in messages and used in *.supp files more consistent and comprehensible. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2114
6 lines
239 B
Plaintext
6 lines
239 B
Plaintext
Syscall param ioctl(TCSET{A,AW,AF}) contains uninitialised or unaddressable byte(s)
|
|
at 0x........: ioctl (in /...libc...)
|
|
by 0x........: __libc_start_main (...libc...)
|
|
by 0x........: ...
|
|
Address 0x........ is on thread 1's stack
|