Document that this flag is clear for default keys.
authorRichard Jones <rjones@redhat.com>
Wed, 3 Feb 2010 17:45:20 +0000 (17:45 +0000)
committerRichard Jones <rjones@redhat.com>
Thu, 4 Feb 2010 10:26:12 +0000 (10:26 +0000)
hivex/hivex.c

index 4cf3ad9..e0118af 100644 (file)
@@ -218,7 +218,8 @@ struct ntreg_vk_record {
   uint32_t data_type;           /* type of the data */
   uint16_t flags;               /* bit 0 set => key name ASCII,
                                    bit 0 clr => key name UTF-16.
-                                   Only seen ASCII here in the wild. */
+                                   Only seen ASCII here in the wild.
+                                   NB: this is CLEAR for default key. */
   uint16_t unknown2;
   char name[1];                 /* key name follows here */
 } __attribute__((__packed__));