View Issue Details

IDProjectCategoryView StatusLast Update
0000415fileGeneralpublic2023-01-08 20:14
Reportervt Assigned Tochristos  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version5.44 
Fixed in Version5.45 
Summary0000415: ChangeLog.lz: empty (lzip compressed data, version: 1)
Description`FILE5_44`/`master`(at 8a07d6803554b25fbee28cd34bb0a0e7cea4cfd8) stopped to correctly detect file content inside of `lzip`'ed files.
```
file (master)$ src/file -S -z -m magic/magic.mgc ChangeLog.lz
ChangeLog.lz: empty (lzip compressed data, version: 1)
```
Steps To Reproduce```
file (master)$ lzip -k ChangeLog
file (master)$ ls -la ChangeLog*
-rw-r--r-- 1 vt vt 61943 Jan 4 17:41 ChangeLog
-rw-r--r-- 1 vt vt 17529 Jan 4 17:39 ChangeLog.lz

file (master)$ src/file -S -z -m magic/magic.mgc ChangeLog.lz
ChangeLog.lz: empty (lzip compressed data, version: 1)
```
Additional Information`FILE5_43` was working correctly:
```
file ((FILE5_43))$ src/file -S -z -m magic/magic.mgc ChangeLog.lz
ChangeLog.lz: ASCII text (lzip compressed data, version: 1)
```
TagsNo tags attached.

Activities

christos

2023-01-08 20:14

manager   ~0003887

Fixed, thanks!

Issue History

Date Modified Username Field Change
2023-01-04 14:50 vt New Issue
2023-01-08 20:14 christos Assigned To => christos
2023-01-08 20:14 christos Status new => assigned
2023-01-08 20:14 christos Status assigned => resolved
2023-01-08 20:14 christos Resolution open => fixed
2023-01-08 20:14 christos Fixed in Version => 5.45
2023-01-08 20:14 christos Note Added: 0003887