From: Hao Wu Date: Thu, 7 Jul 2016 00:49:38 +0000 (+0800) Subject: MdeModulePkg MemoryProfile: ASSERT to ensure 'DriverInfoData' is not NULL X-Git-Tag: edk2-stable201903~6349 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=d8162f5b3283a06a6dc4e2e05cd0c45fc4358eb0;hp=d8162f5b3283a06a6dc4e2e05cd0c45fc4358eb0 MdeModulePkg MemoryProfile: ASSERT to ensure 'DriverInfoData' is not NULL Code logic ensures that the pointer 'DriverInfoData' will not be NULL when it is used. Add ASSERT as warning for case that will not happen. Cc: Star Zeng Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Hao Wu Reviewed-by: Star Zeng ---