Commit 5f3bbab
fix(compressor): fix MIME type detection failure for spanned ZIP files
- Some spanned ZIP files start with PK\x07\x08 signature (non-standard
PK\x03\x04), which Qt MIME detection cannot recognize
- When file extension is .zip but content detection returns non-ZIP type,
fall back to file command for re-detection
Qt 无法识别以 PK\x07\x08 开头的分卷 ZIP 文件,当扩展名为 .zip
但内容检测结果非 ZIP 类型时,回退使用 file 命令二次检测以确保
正确识别。
PMS: ztgd2026060900011
Influence: spanned ZIP files can be correctly detected and extracted1 parent 573bdb2 commit 5f3bbab
1 file changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
| 120 | + | |
120 | 121 | | |
121 | | - | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
122 | 127 | | |
123 | 128 | | |
124 | 129 | | |
| |||
0 commit comments