When reading a file from NTFS, if the file
Project: | JNode Core |
Component: | Code |
Category: | bug report |
Priority: | normal |
Assigned: | Unassigned |
Status: | closed |
Jump to:
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.
- Login to post comments
we are moving from CVS to subversion ;-)
we are moving from CVS to subversion
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.
#1
Turns out the fix for this was in the other patch which was just committed.