git.annexia.org
/
hivex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae544b0
)
hivex: hive type in vk-record is an unsigned 32 bit int
author
Richard Jones
<rjones@redhat.com>
Thu, 21 Jan 2010 16:19:26 +0000
(16:19 +0000)
committer
Richard Jones
<rjones@redhat.com>
Fri, 19 Feb 2010 14:54:29 +0000
(14:54 +0000)
hivex/hivex.c
patch
|
blob
|
history
diff --git
a/hivex/hivex.c
b/hivex/hivex.c
index
53e6351
..
73a2138
100644
(file)
--- a/
hivex/hivex.c
+++ b/
hivex/hivex.c
@@
-248,7
+248,7
@@
struct ntreg_vk_record {
*/
uint32_t data_len;
uint32_t data_offset; /* pointer to the data (or data if inline) */
-
hive_type data_type;
/* type of the data */
+
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. */