fix buffer overflow and format string vulnerabilities

This commit is contained in:
reenoo
2004-04-13 18:50:36 +00:00
parent 1ae2f32876
commit ef2dfe0aae
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -154,7 +154,7 @@ parse_all_client_messages2 ()
argc++;
} while (*p);
} while (*p && i < MAX_ARGUMENTS - 1);
/*debug(RPT_DEBUG, "exiting string scan...");*/