http://llvm.org/bugs/show_bug.cgi?id=8963
Summary: Buffer Overflow Check False Positives
Product: clang
Version: trunk
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P
Component: Static Analyzer
AssignedTo: [email protected]
ReportedBy: [email protected]
CC: [email protected]
Created an attachment (id=5998)
--> (http://llvm.org/bugs/attachment.cgi?id=5998)
scan-build output
Seems that all four out-of-bounds memory access errors are false positives in
the included report.
This check in all four reported instances makes sure that no out-of-bounds
access is made.
while ((prev > name_start) && (htp_is_lws(data[prev]))) {}
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs