[cfe-commits] [PATCH] review request - strcat security syntax checker

Lenny Maiorani lenny at Colorado.EDU
Sun Apr 3 08:19:10 PDT 2011


Add security syntax checker for strcat() which causes the Static Analyzer to generate a warning any time the strcat() function is used with a note suggesting to use a function which provides bounded buffers. CWE-119.

Also, brings the security syntax checker more inline with coding standards.


-Lenny

-------------- next part --------------
A non-text attachment was scrubbed...
Name: strcat-security-checker.diff
Type: application/octet-stream
Size: 14249 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20110403/62dc7f0a/attachment.obj>


More information about the cfe-commits mailing list