[llvm-bugs] [Bug 26380] New: Instrument std::string with ASAN contiguous container annotations.
via llvm-bugs
llvm-bugs at lists.llvm.org
Fri Jan 29 14:24:58 PST 2016
https://llvm.org/bugs/show_bug.cgi?id=26380
Bug ID: 26380
Summary: Instrument std::string with ASAN contiguous container
annotations.
Product: libc++
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: All Bugs
Assignee: unassignedclangbugs at nondot.org
Reporter: aizatsky at chromium.org
CC: llvm-bugs at lists.llvm.org, mclow.lists at gmail.com
Classification: Unclassified
__sanitizer_annotate_contiguous_container clearly mark used/unused portions of
container storage and help catch out of bounds errors.
--
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/20160129/1f7176be/attachment.html>
More information about the llvm-bugs
mailing list