fix possible null deref in e_sys when debugging

SVN revision: 83157
This commit is contained in:
Mike Blumenkrantz 2013-01-23 10:53:26 +00:00
parent 68e8bae442
commit d4f30b24ad
3 changed files with 3 additions and 1 deletions

View File

@ -11,6 +11,7 @@
* fixed small leak in illume2 policy config
* fixed path setting in import dialog
* fixed possible NULL deref in desktop editor
* fixed possible NULL deref in e_sys when debugging
2013-01-22 Mike Blumenkrantz

1
NEWS
View File

@ -119,3 +119,4 @@ Fixes:
* fixed small leak in illume2 policy config
* fixed path setting in import dialog
* fixed possible NULL deref in desktop editor
* fixed possible NULL deref in e_sys when debugging

View File

@ -167,7 +167,7 @@ main(int argc,
"-ex detach -ex quit > /dev/null 2> /dev/null",
cmd,
pid,
output);
output ?: "e-output.txt");
r = system(buffer);