Entries in perl database: 33 Entries in python database: 62 Entries in c database: 336 Entries in php database: 55 Analyzing multiple-bugs-fixed.c multiple-bugs-fixed.c:102: High: sprintf Check to be sure that the non-constant format string passed as argument 2 to this function call does not come from an untrusted source that could have added formatting characters that the code is not prepared to handle. multiple-bugs-fixed.c:102: High: sprintf Check to be sure that the format string passed as argument 2 to this function call does not come from an untrusted source that could have added formatting characters that the code is not prepared to handle. Additionally, the format string could contain `%s' without precision that could result in a buffer overflow. multiple-bugs-fixed.c:103: High: syslog Truncate all input strings to a reasonable length before passing them to this function multiple-bugs-fixed.c:106: High: system Argument 1 to this function call should be checked to ensure that it does not come from an untrusted source without first verifying that it contains nothing dangerous. Total lines analyzed: 113 Total time 0.000281 seconds 402135 lines per second