Add security syntax checker for strcpy() which causes the Static Analyzer to...
Add security syntax checker for strcpy() which causes the Static Analyzer to generate a warning any time the strcpy() function is used with a note suggesting to use a function which provides bounded buffers. llvm-svn: 128679
Loading
Please register or sign in to comment