Changes by: antona
Update of /cvsroot/linux-ntfs/ntfsprogs/include/ntfs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17006/include/ntfs
Modified Files:
layout.h
Log Message:
Add a comment about the valid size for $EFS attribute value.
Index: layout.h
===================================================================
RCS file: /cvsroot/linux-ntfs/ntfsprogs/include/ntfs/layout.h,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -p -r1.28 -r1.29
--- layout.h 26 Sep 2005 13:11:01 -0000 1.28
+++ layout.h 15 Oct 2005 09:15:46 -0000 1.29
@@ -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". */
|