Re: [edk2] [PATCH 2/2] SecurityPkg AuthVariableLib: Correct address pointers data

2015-07-21 Thread Yao, Jiewen
Reviewed by: Yao, Jiewen -Original Message- From: Zeng, Star Sent: Tuesday, July 21, 2015 5:02 PM To: edk2-devel@lists.01.org Cc: Yao, Jiewen Subject: [PATCH 2/2] SecurityPkg AuthVariableLib: Correct address pointers data Originally, the double pointer (VOID **) is not correct for conve

Re: [edk2] [PATCH 2/2] SecurityPkg AuthVariableLib: Correct address pointers data

2015-07-21 Thread Zeng, Star
/2] SecurityPkg AuthVariableLib: Correct address pointers data Indeed, this bug breaks the installation of Windows 8.1 guests on top of OVMF. (The installer crashes while copying files.) Alex (Cc'd) reported this to me in private. I bisected the issue to the variable driver unification pa

Re: [edk2] [PATCH 2/2] SecurityPkg AuthVariableLib: Correct address pointers data

2015-07-21 Thread Laszlo Ersek
Indeed, this bug breaks the installation of Windows 8.1 guests on top of OVMF. (The installer crashes while copying files.) Alex (Cc'd) reported this to me in private. I bisected the issue to the variable driver unification patches, and then found this new series on the list. One comment below:

[edk2] [PATCH 2/2] SecurityPkg AuthVariableLib: Correct address pointers data

2015-07-21 Thread Star Zeng
Originally, the double pointer (VOID **) is not correct for convert address pointers, and also some address pointers were missing. Cc: Jiewen Yao Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng --- SecurityPkg/Library/AuthVariableLib/AuthVariableLib.c | 19 +