mirror of https://github.com/acidanthera/audk.git
7506fe43a1
An ordinary empty directory should contain "." and ".." entries. When an empty directory even doesn't contain "." or ".." entry, FileHandleFindFirstFile() may return error status and a NULL FileInfo. IsDirectoryEmpty() implementation in Rm.c doesn't consider this case and the deference of FileInfo->FileName causes page fault exception because FileInfo is NULL. The patch checks the return status of FileHandleFindFirstFile() to fix this issue. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com> Reviewed-by: Jaben Carsey <jaben.carsey@intel.com> |
||
---|---|---|
.. | ||
UefiHandleParsingLib | ||
UefiShellBcfgCommandLib | ||
UefiShellCEntryLib | ||
UefiShellCommandLib | ||
UefiShellDebug1CommandsLib | ||
UefiShellDriver1CommandsLib | ||
UefiShellInstall1CommandsLib | ||
UefiShellLevel1CommandsLib | ||
UefiShellLevel2CommandsLib | ||
UefiShellLevel3CommandsLib | ||
UefiShellLib | ||
UefiShellNetwork1CommandsLib | ||
UefiShellNetwork2CommandsLib |