* exceptions.cc (inside_kernel): Fix to return true if we can't get the name of
the DLL for the given memory block since we are not in kernel code.
This commit is contained in:
@@ -731,6 +731,7 @@ spawn_guts (const char * prog_arg, const char *const *argv,
|
||||
myself->exec_sendsig = NULL;
|
||||
}
|
||||
res = -1;
|
||||
CloseHandle (moreinfo->myself_pinfo);
|
||||
goto out;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user