View Issue Details

IDProjectCategoryView StatusLast Update
0000376fileGeneralpublic2022-08-23 08:01
Reporterbsevens Assigned Tochristos  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version5.42 
Fixed in Version5.43 
Summary0000376: Commit 43f7989076aa3731f3558c6954780bc7b2734b64 broke VHD detection
DescriptionCommit 43f7989076aa3731f3558c6954780bc7b2734b64 (https://github.com/file/file/commit/43f7989076aa3731f3558c6954780bc7b2734b64) aimed at fixing spelling errors, but also included changes to some file signatures.

E.g. `conectix` was changed to `connectix`, which means Microsoft Disk Images are currently not detected by file.
Steps To Reproduce$ echo connectix > /tmp/wrong.vhd
$ file /tmp/wrong.vhd
/tmp/wrong.vhd: Microsoft Disk Image, Virtual Server or Virtual PC, 0 bytes, type 0, State 0
$ echo conectix > /tmp/correct.vhd
$ file /tmp/correct.vhd
/tmp/correct.vhd: ASCII text
TagsNo tags attached.

Activities

christos

2022-08-23 08:01

manager   ~0003808

Fixed, thanks!

Issue History

Date Modified Username Field Change
2022-08-22 10:17 bsevens New Issue
2022-08-23 08:00 christos Assigned To => christos
2022-08-23 08:00 christos Status new => assigned
2022-08-23 08:01 christos Status assigned => resolved
2022-08-23 08:01 christos Resolution open => fixed
2022-08-23 08:01 christos Fixed in Version => 5.43
2022-08-23 08:01 christos Note Added: 0003808