Corrected flaws found by George Danchev with cpp

This commit is contained in:
2011-02-24 19:20:17 +00:00
parent 963d139093
commit 9049784c1c
4 changed files with 5 additions and 3 deletions

View File

@ -398,7 +398,7 @@ int Xorriso_set_filter(struct XorrisO *xorriso, void *in_node,
sprintf(xorriso->info_text,
"-set_filter: UID and EUID differ. Will not run external programs.");
Xorriso_msgs_submit(xorriso, 0, xorriso->info_text, 0, "FATAL", 0);
return(0);
ret= 0; goto ex;
}
#endif /* ! Xorriso_allow_extf_suiD */