Reacting on failure while reading mkisofsrc. Coverity CID 28817.

This commit is contained in:
Thomas Schmitt 2015-11-06 18:11:27 +00:00
parent 77a68611e5
commit 98a76e6841
2 changed files with 3 additions and 1 deletions

View File

@ -2481,6 +2481,8 @@ int Xorriso_read_as_mkisofsrc(struct XorrisO *xorriso, char *path, int flag)
/* >>> ??? complain ? abort reading ? */;
}
if(ret <= 0)
goto ex;
}
xorriso->mkisofsrc_done= 1;
ret= 1;

View File

@ -1 +1 @@
#define Xorriso_timestamP "2015.11.06.130635"
#define Xorriso_timestamP "2015.11.06.181047"