LIBEWF_WARNING_PRINT( "libewf_section_start_read: unable to convert stored CRC value.\n" );
libewf_common_free( section );
return( NULL );
}
if( stored_crc != calculated_crc )
{
LIBEWF_WARNING_PRINT( "libewf_section_start_read: CRC does not match (in file: %" PRIu32 ", calculated: %" PRIu32 ").\n", stored_crc, calculated_crc );
LIBEWF_WARNING_PRINT( "libewf_section_volume_s01_read: CRC does not match (in file: %" PRIu32 ", calculated: %" PRIu32 ").\n", stored_crc, calculated_crc );
LIBEWF_WARNING_PRINT( "libewf_section_volume_e01_read: CRC does not match (in file: %" PRIu32 ", calculated: %" PRIu32 ").\n", stored_crc, calculated_crc );
LIBEWF_WARNING_PRINT( "libewf_section_error2_read: unable to convert amount of errors value.\n" );
libewf_common_free( error2 );
return( -1 );
}
libewf_common_free( error2 );
if( stored_crc != calculated_crc )
{
LIBEWF_WARNING_PRINT( "libewf_section_error2_read: CRC does not match (in file: %" PRIu32 ", calculated: %" PRIu32 ").\n", stored_crc, calculated_crc );
LIBEWF_WARNING_PRINT( "libewf_section_error2_read: unable to read CRC from file descriptor.\n" );
libewf_common_free( error2_sectors );
return( -1 );
}
if( stored_crc != calculated_crc )
{
LIBEWF_WARNING_PRINT( "libewf_section_error2_read: CRC does not match (in file: %" PRIu32 ", calculated: %" PRIu32 ").\n", stored_crc, calculated_crc );