Revision: 14962 http://sourceforge.net/p/edk2/code/14962 Author: li-elvin Date: 2013-12-11 08:53:19 +0000 (Wed, 11 Dec 2013) Log Message: ----------- Add additional check mRuntimeSmbiosEntryPoint == NULL to avoid K9 error.
Signed-off-by: Elvin Li <elvin...@intel.com> Reviewed-by: Eric Dong <eric.d...@intel.com> Modified Paths: -------------- trunk/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/LegacyBios.c Modified: trunk/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/LegacyBios.c =================================================================== --- trunk/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/LegacyBios.c 2013-12-11 08:22:43 UTC (rev 14961) +++ trunk/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/LegacyBios.c 2013-12-11 08:53:19 UTC (rev 14962) @@ -699,7 +699,7 @@ &gEfiSmbiosTableGuid, &mRuntimeSmbiosEntryPoint ); - if (EFI_ERROR (Status)) { + if ((EFI_ERROR (Status)) || (mRuntimeSmbiosEntryPoint == NULL)) { return; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Rapidly troubleshoot problems before they affect your business. Most IT organizations don't have a clear picture of how application performance affects their revenue. With AppDynamics, you get 100% visibility into your Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro! http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk _______________________________________________ edk2-commits mailing list edk2-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/edk2-commits