security holes fixed

This commit is contained in:
Li Haokun
2021-08-19 17:54:36 +08:00
committed by GitHub
parent b2f09ec855
commit 1982ab6b8e
6 changed files with 96 additions and 90 deletions

View File

@@ -89,7 +89,7 @@ void execute(std::string& file,std::string& command)
codegen.main_progress(import.get_root(),import.get_file());
if(codegen.get_error())
{
die("codegen",file);
die("code",file);
return;
}
if(command=="--code" || command=="-c")