Skip to content

Commit deaf57a

Browse files
note ntfs issue
1 parent 7c4508a commit deaf57a

File tree

1 file changed

+1
-0
lines changed
  • boot/freeldr/freeldr/lib/fs

1 file changed

+1
-0
lines changed

boot/freeldr/freeldr/lib/fs/ntfs.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -634,6 +634,7 @@ static BOOLEAN NtfsFindMftRecord(PNTFS_VOLUME_INFO Volume, ULONGLONG MFTIndex, P
634634
IndexAllocationCtx = NtfsFindAttribute(Volume, MftRecord, NTFS_ATTR_TYPE_INDEX_ALLOCATION, L"$I30");
635635
if (IndexAllocationCtx == NULL)
636636
{
637+
// FIXME: This is where errors occur on NTFS partitions that are formatted by certain versions of Windows.
637638
TRACE("Corrupted filesystem!\n");
638639
FrLdrTempFree(BitmapData, TAG_NTFS_BITMAP);
639640
FrLdrTempFree(IndexRecord, TAG_NTFS_INDEX_REC);

0 commit comments

Comments
 (0)