[Libguestfs] [PATCH 10/13] hivex: hive type in vk-record is an unsigned 32 bit int

Jim Meyering jim at meyering.net
Thu Jan 28 17:25:47 UTC 2010


Richard W.M. Jones wrote:
> Subject: [PATCH 10/13] hivex: hive type in vk-record is an unsigned 32 bit int
> index d8e599b..4fe8175 100644
...
>    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.

hive_type is an enum, so this should induce no size change.
ACK.




More information about the Libguestfs mailing list