View Issue Details

IDProjectCategoryView StatusLast Update
0000637fileGeneralpublic2025-03-30 20:31
Reportermphilipp Assigned Tochristos  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version5.46 
Fixed in VersionHEAD 
Summary0000637: Version 5.46 no longer recognizes 'Xilinx BIT data'
DescriptionWith version 5.45 the test file was recognized correctly:
```
$ file --version
file-5.45
magic file from /usr/share/file/misc/magic
seccomp support included
$ file test.bit
test.bit: Xilinx BIT data - from top_radium;UserID=0XFFFFFFFF;Version=2024.1 - for 7z010clg400 - built 2025/03/27(11:56:23) - data length 0x1fcb9c
```

After updating to version 5.46 the same test file is no longer recognized:
```
$ file --version
file-5.46
magic file from /usr/share/file/misc/magic
seccomp support included
$ file test.bit
test.bit: data
```
Steps To ReproduceRun `file test.bit`.
TagsNo tags attached.

Activities

mphilipp

2025-03-27 14:55

reporter  

test.bit (128 bytes)

christos

2025-03-30 20:31

manager   ~0004198

fixed, thanks!

Issue History

Date Modified Username Field Change
2025-03-27 14:55 mphilipp New Issue
2025-03-27 14:55 mphilipp File Added: test.bit
2025-03-30 20:30 christos Assigned To => christos
2025-03-30 20:30 christos Status new => assigned
2025-03-30 20:31 christos Status assigned => resolved
2025-03-30 20:31 christos Resolution open => fixed
2025-03-30 20:31 christos Fixed in Version => HEAD
2025-03-30 20:31 christos Note Added: 0004198