ciderpress icon indicating copy to clipboard operation
ciderpress copied to clipboard

Nibble code doesn't check data epilog bytes

Open fadden opened this issue 1 year ago • 0 comments

The DiskImg::NibbleDescr struct has a dataEpilogVerifyCount field, but it's never actually used. This omission allows the "standard" profile to read some disks that it shouldn't (e.g. MECC).

Not really a problem, especially since the auto-detection would just switch to the "patched" profile (which explicitly skips checking the epilogs), but the behavior tells the user that the disk has a standard format when it doesn't.

fadden avatar Oct 04 '23 20:10 fadden