]> git.proxmox.com Git - mirror_edk2.git/commit
ShellPkg: Initialize the local pointer to avoid potential suspicious dereference.
authorQiu Shumin <shumin.qiu@intel.com>
Sun, 13 Dec 2015 08:44:49 +0000 (08:44 +0000)
committershenshushi <shenshushi@Edk2>
Sun, 13 Dec 2015 08:44:49 +0000 (08:44 +0000)
commit02d3482574ed2b0b5435563c234563bea2167634
treea451eeadeee983f2aba69bfa3ecb0224abd525b2
parent898378c2be038bfbee21a8dd284a3dc3c5bb8f5e
ShellPkg: Initialize the local pointer to avoid potential suspicious dereference.

1. Initialize the local pointer 'HandleBuffer'.
2. When 'LocateHandleBuffer' return error 'HandleBuffer' is expected unchanged, add code make sure this.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Qiu Shumin <shumin.qiu@intel.com>
Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19229 6f19259b-4bc3-4df7-8a09-765794883524
ShellPkg/Library/UefiShellDebug1CommandsLib/Mm.c