Skip to content
Snippets Groups Projects
Commit ac6313df authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Fix CID 33635: Unbounded source buffer

parent ac811ab2
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
......@@ -376,7 +376,7 @@ int main(int argc, char **argv)
exit(1);
}
else {
strcpy(dir,argv[i]);
SAFECOPY(dir,argv[i]);
backslash(dir);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment