View Issue Details

IDProjectCategoryView StatusLast Update
0000132fileGeneralpublic2020-02-12 22:13
Reportertumik Assigned Tochristos  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version5.35 
Fixed in Version5.39 
Summary0000132: Many source files get recognized as "TI-XX Graphing Calculator (FLASH)"
DescriptionThe detection for "TI-XX Graphing Calculator (FLASH)" seems way too broad, with only checking the word "Advanced" at offset of 0x16.

I've run into many files, for example source code files, which start with an copyright of a company beginning with "Advanced".

An example:
// Copyright (c) 2019 Advanced RISC Machines Ltd. All Rights Reserved.

This file gets incorrectly tagged as "TI-XX Graphing Calculator (FLASH)".
Steps To Reproduce$ echo "// Copyright (c) 2019 Advanced" > test
$ file test
test: TI-XX Graphing Calculator (FLASH)
$
TagsNo tags attached.

Activities

christos

2020-02-12 22:13

manager   ~0003350

commented out, thanks!

Issue History

Date Modified Username Field Change
2020-01-22 13:44 tumik New Issue
2020-02-12 22:13 christos Assigned To => christos
2020-02-12 22:13 christos Status new => assigned
2020-02-12 22:13 christos Status assigned => resolved
2020-02-12 22:13 christos Resolution open => fixed
2020-02-12 22:13 christos Fixed in Version => 5.39
2020-02-12 22:13 christos Note Added: 0003350