File: correct-results-005.txt

package info (click to toggle)
flawfinder 2.0.10-0.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 844 kB
  • sloc: python: 1,534; ansic: 1,167; makefile: 353; lex: 29
file content (1 line) | stat: -rwxr-xr-x 212 bytes parent folder | download | duplicates (4)
1
test-patched.c:13:2:  [4] (buffer) strcpy:Does not check for buffer overflows when copying to destination [MS-banned] (CWE-120).  Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy easily misused).