View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000073 | file | General | public | 2019-03-20 09:21 | 2019-04-09 18:34 |
Reporter | enkeli | Assigned To | christos | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 5.36 | ||||
Fixed in Version | 5.37 | ||||
Summary | 0000073: Reports Zip archive data for data with only one PK central dir signature | ||||
Description | File reports for the attached file "Zip archive data". $ file data-not-zip data-not-zip: Zip archive data The only ZIP-like thing it contains is 0x06054b50 and it does not seem sufficient to me to mark it as ZIP. File hexdump: 00000000: 0000 0000 0000 0000 0000 0000 0000 0000 ................ 00000010: 0000 0000 0000 0000 0000 0000 0000 0000 ................ 00000020: 0000 0000 0000 0000 0000 0000 0000 0000 ................ file v. 5.30 reports "data" which seems more precise to me 00000030: 0000 0000 0000 0000 0000 0000 0000 0000 ................ 00000040: 0000 0000 0000 0000 0050 4b05 0600 0000 .........PK..... 00000050: 0000 0000 0000 0000 0000 0000 0000 000a ................ | ||||
Tags | No tags attached. | ||||
|
data-not-zip (408 bytes)
00000000: 0000 0000 0000 0000 0000 0000 0000 0000 ................ 00000010: 0000 0000 0000 0000 0000 0000 0000 0000 ................ 00000020: 0000 0000 0000 0000 0000 0000 0000 0000 ................ 00000030: 0000 0000 0000 0000 0000 0000 0000 0000 ................ 00000040: 0000 0000 0000 0000 0050 4b05 0600 0000 .........PK..... 00000050: 0000 0000 0000 0000 0000 0000 0000 000a ................ |
|
Can't reproduce it: [2:20pm] 2551>xxd -r ../data-not-zip >! ../data [2:20pm] 2552>src/file -m magic/magic.mgc data data: data [2:20pm] 2553>hexdump -C data 00000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| * 00000040 00 00 00 00 00 00 00 00 00 50 4b 05 06 00 00 00 |.........PK.....| 00000050 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0a |................| 00000060 [2:20pm] 2554>src/file -v file-5.36 magic file from /usr/local/share/misc/magic |
|
Sorry, I've probably uploaded wrong file. This one is definitely reported as ZIP (close this issue if I'm wrong). I'd expect "data" or something other than ZIP. $ sha256sum data-not-zip a95a3e433275508dfbcfbea7ba83ff6b69d582be25dd0f3a87e2e9739b735d34 data-not-zip $ file --version file-5.36 magic file from /usr/share/file/misc/magic $ file data-not-zip data-not-zip: Zip archive data |