]> git.proxmox.com Git - mirror_edk2.git/commit
MdeModulePkg LoadFileOnFv2: Fix the potential NULL pointer access
authorLiming Gao <liming.gao@intel.com>
Tue, 2 Aug 2016 05:37:55 +0000 (13:37 +0800)
committerLiming Gao <liming.gao@intel.com>
Wed, 3 Aug 2016 07:20:50 +0000 (15:20 +0800)
commitdeaacda3b2740477733564066eb69d5c94b41bba
tree22aa003bda30a46dd66f7bc8754ab35032b6d736
parentb40ad7b54d1dbdded77f779fa4d1dbe860783c8e
MdeModulePkg LoadFileOnFv2: Fix the potential NULL pointer access

Check NULL pointer before access it.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Liming Gao <liming.gao@intel.com>
Reviewed-by: Feng Tian <feng.tian@intel.com>
MdeModulePkg/Universal/LoadFileOnFv2/LoadFileOnFv2.c