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

Ted Kremenek kremenek at apple.com
Tue Apr 5 12:27:30 PDT 2011


Looks good to me.

On Apr 3, 2011, at 8:19 AM, Lenny Maiorani wrote:

> 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
> 
> <strcat-security-checker.diff>_______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits




More information about the cfe-commits mailing list