@@ -189,7 +189,7 @@ static int exec_cmd(const std::vector<std::string>& args) {
argv.push_back(nullptr);
pid_tchild;
if((child=vfork())==0){
if((child=fork())==0){
execv(argv[0],argv.data());
_exit(EXIT_FAILURE);
}
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.