mirror of https://github.com/acidanthera/audk.git
9fdf31789a
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=705 As mentioned in the above Bugzilla link by Steven, within the function PathCleanUpDirectories(), when executing command: "cd ." under Shell, the input parameter 'Path' string will have string length less than 2. Hence, it is possible for the below statement: "if (StrCmp (Path + StrLen (Path) - 2, L"\\.") == 0) {" to read contents before the string boundary. This commit adds additional checks to avoid this. Cc: Steven Shi <steven.shi@intel.com> Cc: Michael Kinney <michael.d.kinney@intel.com> Cc: Liming Gao <liming.gao@intel.com> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Hao Wu <hao.a.wu@intel.com> Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com> |
||
---|---|---|
.. | ||
AArch64 | ||
Arm | ||
Ebc | ||
Ia32 | ||
Ipf | ||
X64 | ||
ARShiftU64.c | ||
BaseLib.inf | ||
BaseLib.uni | ||
BaseLibInternals.h | ||
BitField.c | ||
CheckSum.c | ||
ChkStkGcc.c | ||
Cpu.c | ||
CpuDeadLoop.c | ||
DivS64x64Remainder.c | ||
DivU64x32.c | ||
DivU64x32Remainder.c | ||
DivU64x64Remainder.c | ||
FilePaths.c | ||
GetPowerOfTwo32.c | ||
GetPowerOfTwo64.c | ||
HighBitSet32.c | ||
HighBitSet64.c | ||
LRotU32.c | ||
LRotU64.c | ||
LShiftU64.c | ||
LinkedList.c | ||
LongJump.c | ||
LowBitSet32.c | ||
LowBitSet64.c | ||
Math64.c | ||
ModU64x32.c | ||
MultS64x64.c | ||
MultU64x32.c | ||
MultU64x64.c | ||
RRotU32.c | ||
RRotU64.c | ||
RShiftU64.c | ||
SafeString.c | ||
SetJump.c | ||
String.c | ||
SwapBytes16.c | ||
SwapBytes32.c | ||
SwapBytes64.c | ||
SwitchStack.c | ||
Unaligned.c | ||
X86DisablePaging32.c | ||
X86DisablePaging64.c | ||
X86EnablePaging32.c | ||
X86EnablePaging64.c | ||
X86FxRestore.c | ||
X86FxSave.c | ||
X86GetInterruptState.c | ||
X86MemoryFence.c | ||
X86Msr.c | ||
X86RdRand.c | ||
X86ReadGdtr.c | ||
X86ReadIdtr.c | ||
X86Thunk.c | ||
X86WriteGdtr.c | ||
X86WriteIdtr.c |