Fixed a bug about read displacement introduced with rev 3490

This commit is contained in:
Thomas Schmitt 2010-12-04 17:43:30 +00:00
parent 025d6f2ee6
commit a08a54913b
2 changed files with 2 additions and 1 deletions

View File

@ -201,6 +201,7 @@ create_blank_image:;
if(read_opts->displacement_sign == -1) {
if(ms_block+ read_opts->displacement < ms_block) {
displacement_rollover:;
sprintf(msg, "Displacement offset leads outside 32 bit range.");
isoburn_msgs_submit(o, 0x00060000, msg, 0, "FAILURE", 0);
return 0;
}

View File

@ -1 +1 @@
#define Xorriso_timestamP "2010.12.02.111029"
#define Xorriso_timestamP "2010.12.04.174311"