From b67fb5e78f192cf7999f1c92b1dc46c92622f245 Mon Sep 17 00:00:00 2001 From: antona Date: Sat, 15 Oct 2005 09:15:46 +0000 Subject: [PATCH] Add a comment about the valid size for $EFS attribute value. --- include/ntfs/layout.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/ntfs/layout.h b/include/ntfs/layout.h index b77b7b97..1bb72b35 100644 --- a/include/ntfs/layout.h +++ b/include/ntfs/layout.h @@ -2386,6 +2386,9 @@ typedef struct { * * Note all the below are best guesses so may have mistakes/inaccuracies. * Corrections/clarifications/additions are always welcome! + * + * Ntfs.sys takes an EFS value length of <= 0x54 or > 0x40000 to BSOD, i.e. it + * is invalid. */ /* The header of the 0x100 attribute named "$EFS". */