mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 10:49:34 +02:00
GP-0: bad previous fix
This commit is contained in:
parent
2b41176a11
commit
3a465efd5e
1 changed files with 3 additions and 1 deletions
|
@ -89,7 +89,9 @@ public class DbgLaunchProcessCommand extends AbstractDbgCommand<DbgThread> {
|
|||
initialDirectory = fixPath(initialDirectory);
|
||||
environment = fixPath(environment);
|
||||
// NB: The intent here is to enable multi-line input via a single dialog field
|
||||
environment = environment.replace("\\0", "\0");
|
||||
if (environment != null) {
|
||||
environment = environment.replace("\\0", "\0");
|
||||
}
|
||||
|
||||
dbgeng.createProcess(dbgeng.getLocalServer(), StringUtils.join(newArgs, " "),
|
||||
initialDirectory, environment, createFlags, engCreateFlags, verifierFlags);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue