pkzip: for u32 use MAX_DATA / 4

pull/2053/head
philsmd 5 years ago
parent 01a511b9dd
commit a661728256
No known key found for this signature in database
GPG Key ID: 4F25D016D9D6A8AF

@ -132,7 +132,7 @@ struct pkzip_hash
u32 data_length;
u16 checksum_from_crc;
u16 checksum_from_timestamp;
u32 data[MAX_DATA];
u32 data[MAX_DATA / 4]; // a quarter because of the u32 type
} __attribute__((packed));

@ -130,7 +130,7 @@ struct pkzip_hash
u32 data_length;
u16 checksum_from_crc;
u16 checksum_from_timestamp;
u32 data[MAX_DATA];
u32 data[MAX_DATA / 4]; // a quarter because of the u32 type
} __attribute__((packed));

@ -130,7 +130,7 @@ struct pkzip_hash
u32 data_length;
u16 checksum_from_crc;
u16 checksum_from_timestamp;
u32 data[MAX_DATA];
u32 data[MAX_DATA / 4]; // a quarter because of the u32 type
} __attribute__((packed));

@ -132,7 +132,7 @@ struct pkzip_hash
u32 data_length;
u16 checksum_from_crc;
u16 checksum_from_timestamp;
u32 data[MAX_DATA];
u32 data[MAX_DATA / 4]; // a quarter because of the u32 type
} __attribute__((packed));

@ -130,7 +130,7 @@ struct pkzip_hash
u32 data_length;
u16 checksum_from_crc;
u16 checksum_from_timestamp;
u32 data[MAX_DATA];
u32 data[MAX_DATA / 4]; // a quarter because of the u32 type
} __attribute__((packed));

@ -130,7 +130,7 @@ struct pkzip_hash
u32 data_length;
u16 checksum_from_crc;
u16 checksum_from_timestamp;
u32 data[MAX_DATA];
u32 data[MAX_DATA / 4]; // a quarter because of the u32 type
} __attribute__((packed));

@ -132,7 +132,7 @@ struct pkzip_hash
u32 data_length;
u16 checksum_from_crc;
u16 checksum_from_timestamp;
u32 data[MAX_DATA];
u32 data[MAX_DATA / 4]; // a quarter because of the u32 type
} __attribute__((packed));

@ -130,7 +130,7 @@ struct pkzip_hash
u32 data_length;
u16 checksum_from_crc;
u16 checksum_from_timestamp;
u32 data[MAX_DATA];
u32 data[MAX_DATA / 4]; // a quarter because of the u32 type
} __attribute__((packed));

@ -130,7 +130,7 @@ struct pkzip_hash
u32 data_length;
u16 checksum_from_crc;
u16 checksum_from_timestamp;
u32 data[MAX_DATA];
u32 data[MAX_DATA / 4]; // a quarter because of the u32 type
} __attribute__((packed));

@ -132,7 +132,7 @@ struct pkzip_hash
u32 data_length;
u16 checksum_from_crc;
u16 checksum_from_timestamp;
u32 data[MAX_DATA];
u32 data[MAX_DATA / 4]; // a quarter because of the u32 type
} __attribute__((packed));

@ -130,7 +130,7 @@ struct pkzip_hash
u32 data_length;
u16 checksum_from_crc;
u16 checksum_from_timestamp;
u32 data[MAX_DATA];
u32 data[MAX_DATA / 4]; // a quarter because of the u32 type
} __attribute__((packed));

@ -130,7 +130,7 @@ struct pkzip_hash
u32 data_length;
u16 checksum_from_crc;
u16 checksum_from_timestamp;
u32 data[MAX_DATA];
u32 data[MAX_DATA / 4]; // a quarter because of the u32 type
} __attribute__((packed));

@ -132,7 +132,7 @@ struct pkzip_hash
u32 data_length;
u16 checksum_from_crc;
u16 checksum_from_timestamp;
u32 data[MAX_DATA];
u32 data[MAX_DATA / 4]; // a quarter because of the u32 type
} __attribute__((packed));

@ -130,7 +130,7 @@ struct pkzip_hash
u32 data_length;
u16 checksum_from_crc;
u16 checksum_from_timestamp;
u32 data[MAX_DATA];
u32 data[MAX_DATA / 4]; // a quarter because of the u32 type
} __attribute__((packed));

@ -130,7 +130,7 @@ struct pkzip_hash
u32 data_length;
u16 checksum_from_crc;
u16 checksum_from_timestamp;
u32 data[MAX_DATA];
u32 data[MAX_DATA / 4]; // a quarter because of the u32 type
} __attribute__((packed));

@ -125,7 +125,7 @@ struct pkzip_hash
u32 data_length;
u16 checksum_from_crc;
u16 checksum_from_timestamp;
u32 data[MAX_DATA];
u32 data[MAX_DATA / 4]; // a quarter because of the u32 type
} __attribute__((packed));

@ -125,7 +125,7 @@ struct pkzip_hash
u32 data_length;
u16 checksum_from_crc;
u16 checksum_from_timestamp;
u32 data[MAX_DATA];
u32 data[MAX_DATA / 4]; // a quarter because of the u32 type
} __attribute__((packed));

@ -125,7 +125,7 @@ struct pkzip_hash
u32 data_length;
u16 checksum_from_crc;
u16 checksum_from_timestamp;
u32 data[MAX_DATA];
u32 data[MAX_DATA / 4]; // a quarter because of the u32 type
} __attribute__((packed));

@ -125,7 +125,7 @@ struct pkzip_hash
u32 data_length;
u16 checksum_from_crc;
u16 checksum_from_timestamp;
u32 data[MAX_DATA];
u32 data[MAX_DATA / 4]; // a quarter because of the u32 type
} __attribute__((packed));

@ -125,7 +125,7 @@ struct pkzip_hash
u32 data_length;
u16 checksum_from_crc;
u16 checksum_from_timestamp;
u32 data[MAX_DATA];
u32 data[MAX_DATA / 4]; // a quarter because of the u32 type
} __attribute__((packed));

Loading…
Cancel
Save