Re: [edk2] [PATCH v2] IntelFsp2Pkg: Fixed potentially NULL pointer accessing

2018-10-28 Thread Yao, Jiewen
Reviewed-by: jiewen@intel.com > -Original Message- > From: Chiu, Chasel > Sent: Monday, October 29, 2018 9:18 AM > To: edk2-devel@lists.01.org > Cc: Yao, Jiewen ; Desimone, Nathaniel L > ; Chiu, Chasel > Subject: [PATCH v2] IntelFsp2Pkg: Fixed potentially NULL pointer accessing > > R

[edk2] [PATCH v2] IntelFsp2Pkg: Fixed potentially NULL pointer accessing

2018-10-28 Thread Chasel, Chiu
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1280 When copying IDT table in SecMain, the pointer might be NULL so added the check to fix it. Test: Verified on internal platform and boots successfully. Cc: Jiewen Yao Cc: Desimone Nathaniel L Contributed-under: TianoCore Contribution Agre