When reading a file from NTFS, if the file

Project:JNode Core
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed
Description

When reading a file from NTFS, if the file is fragmented such that the next chunk is on an LCN lower than the previous LCN, the driver incorrectly reads the data.

This is caused by reading unsigned instead of signed ints for the cluster number, which is a relatively simple fix. I would submit a patch, but it seems that CVS is currently down.

we are moving from CVS to subversion ;-)

we are moving from CVS to subversion Eye-wink

Fabien

my blog (in english and french)

Sure, *now* you are

That may be the case now, but it certainly wasn't when I made that comment. Smiling

#1

Status:active» closed

Turns out the fix for this was in the other patch which was just committed.