[LLVMbugs] [Bug 18484] address sanitizer doesn't point out the specific variable
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Tue Jan 14 23:43:35 PST 2014
http://llvm.org/bugs/show_bug.cgi?id=18484
Kostya Serebryany <kcc at google.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |kcc at google.com
Resolution|--- |WORKSFORME
--- Comment #1 from Kostya Serebryany <kcc at google.com> ---
You are using an old version.
The trunk will show you this:
Address 0x7fff840eef25 is located in stack of thread T0 at offset 69 in frame
#0 0x46c4df in main /home/kcc/tmp/literal.c:4
This frame has 3 object(s):
[32, 40) 'tabHeader'
[64, 69) 'header' <== Memory access at offset 69 overflows this variable
[96, 104) 'testme'
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20140115/486d47c7/attachment.html>
More information about the llvm-bugs
mailing list