Skip to content
Commit de909e49 authored by Lenny Maiorani's avatar Lenny Maiorani
Browse files

Add security syntax checker for strcat() which causes the Static Analyzer to...

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.

llvm-svn: 128916
parent 98d26c91
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment