Avoiding to equip old session nodes with 0-MD5 if the checksum array

was not loaded during own checksum mismatch.
This commit is contained in:
2009-08-13 23:34:55 +02:00
parent 74198afa04
commit ba66a7896a
2 changed files with 16 additions and 9 deletions

View File

@@ -5241,14 +5241,6 @@ int iso_md5_end(void **md5_context, char result[16]);
*/
#define ISO_FILE_IMGPATH_WRONG 0xD020FF70
/**
* Checksum array appears damaged and not trustworthy for verifications.
* (WARNING,HIGH, -145)
* @since 0.6.22
*/
#define ISO_MD5_ARRAY_CORRUPTED 0xD030FF6F
/**
* Offset greater than file size (FAILURE,HIGH, -150)
* @since 0.6.4
@@ -5373,6 +5365,13 @@ int iso_md5_end(void **md5_context, char result[16]);
/** Premature EOF of zlib input stream (FAILURE, HIGH, -351) */
#define ISO_ZLIB_EARLY_EOF 0xE830FEA1
/**
* Checksum array appears damaged and not trustworthy for verifications.
* (WARNING,HIGH, -352)
* @since 0.6.22
*/
#define ISO_MD5_ARRAY_CORRUPTED 0xD030FEA0
/* ! PLACE NEW ERROR CODES HERE ! */