Merge pull request #2034 from s3inlc/pkzip-fix-1

Fix issue with pkzip hashes which have a larger offset value to be printed correctly
This commit is contained in:
Jens Steube
2019-05-20 11:50:05 +02:00
committed by GitHub
16 changed files with 32 additions and 32 deletions
+2 -2
View File
@@ -126,8 +126,8 @@ struct pkzip_hash
u32 compressed_length;
u32 uncompressed_length;
u32 crc32;
u8 offset;
u8 additional_offset;
u32 offset;
u32 additional_offset;
u8 compression_type;
u32 data_length;
u16 checksum_from_crc;
+2 -2
View File
@@ -124,8 +124,8 @@ struct pkzip_hash
u32 compressed_length;
u32 uncompressed_length;
u32 crc32;
u8 offset;
u8 additional_offset;
u32 offset;
u32 additional_offset;
u8 compression_type;
u32 data_length;
u16 checksum_from_crc;
+2 -2
View File
@@ -124,8 +124,8 @@ struct pkzip_hash
u32 compressed_length;
u32 uncompressed_length;
u32 crc32;
u8 offset;
u8 additional_offset;
u32 offset;
u32 additional_offset;
u8 compression_type;
u32 data_length;
u16 checksum_from_crc;
+2 -2
View File
@@ -126,8 +126,8 @@ struct pkzip_hash
u32 compressed_length;
u32 uncompressed_length;
u32 crc32;
u8 offset;
u8 additional_offset;
u32 offset;
u32 additional_offset;
u8 compression_type;
u32 data_length;
u16 checksum_from_crc;
+2 -2
View File
@@ -124,8 +124,8 @@ struct pkzip_hash
u32 compressed_length;
u32 uncompressed_length;
u32 crc32;
u8 offset;
u8 additional_offset;
u32 offset;
u32 additional_offset;
u8 compression_type;
u32 data_length;
u16 checksum_from_crc;
+2 -2
View File
@@ -124,8 +124,8 @@ struct pkzip_hash
u32 compressed_length;
u32 uncompressed_length;
u32 crc32;
u8 offset;
u8 additional_offset;
u32 offset;
u32 additional_offset;
u8 compression_type;
u32 data_length;
u16 checksum_from_crc;
+2 -2
View File
@@ -126,8 +126,8 @@ struct pkzip_hash
u32 compressed_length;
u32 uncompressed_length;
u32 crc32;
u8 offset;
u8 additional_offset;
u32 offset;
u32 additional_offset;
u8 compression_type;
u32 data_length;
u16 checksum_from_crc;
+2 -2
View File
@@ -124,8 +124,8 @@ struct pkzip_hash
u32 compressed_length;
u32 uncompressed_length;
u32 crc32;
u8 offset;
u8 additional_offset;
u32 offset;
u32 additional_offset;
u8 compression_type;
u32 data_length;
u16 checksum_from_crc;
+2 -2
View File
@@ -124,8 +124,8 @@ struct pkzip_hash
u32 compressed_length;
u32 uncompressed_length;
u32 crc32;
u8 offset;
u8 additional_offset;
u32 offset;
u32 additional_offset;
u8 compression_type;
u32 data_length;
u16 checksum_from_crc;
+2 -2
View File
@@ -126,8 +126,8 @@ struct pkzip_hash
u32 compressed_length;
u32 uncompressed_length;
u32 crc32;
u8 offset;
u8 additional_offset;
u32 offset;
u32 additional_offset;
u8 compression_type;
u32 data_length;
u16 checksum_from_crc;
+2 -2
View File
@@ -124,8 +124,8 @@ struct pkzip_hash
u32 compressed_length;
u32 uncompressed_length;
u32 crc32;
u8 offset;
u8 additional_offset;
u32 offset;
u32 additional_offset;
u8 compression_type;
u32 data_length;
u16 checksum_from_crc;
+2 -2
View File
@@ -124,8 +124,8 @@ struct pkzip_hash
u32 compressed_length;
u32 uncompressed_length;
u32 crc32;
u8 offset;
u8 additional_offset;
u32 offset;
u32 additional_offset;
u8 compression_type;
u32 data_length;
u16 checksum_from_crc;
+2 -2
View File
@@ -119,8 +119,8 @@ struct pkzip_hash
u32 compressed_length;
u32 uncompressed_length;
u32 crc32;
u8 offset;
u8 additional_offset;
u32 offset;
u32 additional_offset;
u8 compression_type;
u32 data_length;
u16 checksum_from_crc;
+2 -2
View File
@@ -119,8 +119,8 @@ struct pkzip_hash
u32 compressed_length;
u32 uncompressed_length;
u32 crc32;
u8 offset;
u8 additional_offset;
u32 offset;
u32 additional_offset;
u8 compression_type;
u32 data_length;
u16 checksum_from_crc;
+2 -2
View File
@@ -119,8 +119,8 @@ struct pkzip_hash
u32 compressed_length;
u32 uncompressed_length;
u32 crc32;
u8 offset;
u8 additional_offset;
u32 offset;
u32 additional_offset;
u8 compression_type;
u32 data_length;
u16 checksum_from_crc;
+2 -2
View File
@@ -119,8 +119,8 @@ struct pkzip_hash
u32 compressed_length;
u32 uncompressed_length;
u32 crc32;
u8 offset;
u8 additional_offset;
u32 offset;
u32 additional_offset;
u8 compression_type;
u32 data_length;
u16 checksum_from_crc;