View Issue Details

IDProjectCategoryView StatusLast Update
0000679fileGeneralpublic2025-09-06 16:58
Reporteradepasquale Assigned Tochristos  
PrioritylowSeveritytweakReproducibilityalways
Status resolvedResolutionfixed 
Product Version5.46 
Fixed in VersionHEAD 
Summary0000679: regex for INI file is missing LF
DescriptionThis regex is using CR as a terminator:
https://github.com/file/file/blob/74e451be9d9e86af5e06e9795403017f8c6833ba/magic/Magdir/windows#L1263

Since there are valid non-Windows INI filies, I think that should be changed to allow both CR and LF:
\^([A-Za-z0-9_\(\)\ ]+)\][\r\n]
TagsNo tags attached.

Activities

christos

2025-09-06 16:58

manager   ~0004287

fixed, thanks

Issue History

Date Modified Username Field Change
2025-08-28 16:40 adepasquale New Issue
2025-09-06 16:58 christos Assigned To => christos
2025-09-06 16:58 christos Status new => assigned
2025-09-06 16:58 christos Status assigned => resolved
2025-09-06 16:58 christos Resolution open => fixed
2025-09-06 16:58 christos Fixed in Version => HEAD
2025-09-06 16:58 christos Note Added: 0004287