View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000242 | file | General | public | 2021-03-02 15:31 | 2021-03-14 16:57 |
Reporter | catull | Assigned To | christos | ||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | resolved | Resolution | fixed | ||
Product Version | 5.39 | ||||
Fixed in Version | 5.40 | ||||
Summary | 0000242: Follow-up to 000226, now the marker is 4 bytes long | ||||
Description | The Birtual Machine file marker was originally introduced as a 2-byte marker. Now the implementor has adopted a larger marker. The diff attached to this ticket accounts for the most recent change. | ||||
Tags | No tags attached. | ||||
|
bm.diff (676 bytes)
diff --git a/magic/Magdir/bm b/magic/Magdir/bm index f30c3688..7e1fb1fd 100644 --- a/magic/Magdir/bm +++ b/magic/Magdir/bm @@ -3,9 +3,8 @@ # $File: bm,v 1.1 2021/02/05 21:54:04 christos Exp $ # bm: file(1) magic for "Birtual Machine", cf. https://github.com/tsoding/bm -# marker is 'bm' -0 string bm Birtual Machine ->2 leshort x \b, version %d ->4 lelong x \b, program size %u ->12 lelong x \b, memory size %u ->20 lelong x \b, memory capacity %u +0 string bm\001\244 Birtual Machine +>4 leshort x \b, version %d +>6 lelong x \b, program size %u +>14 lelong x \b, memory size %u +>22 lelong x \b, memory capacity %u |
|
Fixed, thanks! |
Date Modified | Username | Field | Change |
---|---|---|---|
2021-03-02 15:31 | catull | New Issue | |
2021-03-02 15:31 | catull | File Added: bm.diff | |
2021-03-14 16:56 | christos | Assigned To | => christos |
2021-03-14 16:56 | christos | Status | new => assigned |
2021-03-14 16:57 | christos | Status | assigned => resolved |
2021-03-14 16:57 | christos | Resolution | open => fixed |
2021-03-14 16:57 | christos | Fixed in Version | => 5.40 |
2021-03-14 16:57 | christos | Note Added: 0003570 |