summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteSmm.c
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg/FaultTolerantWrite:[CVE-2017-5753]Fix bounds check bypassHao Wu2018-11-141-0/+7
* MdeModulePkg/Universal: Fix typos in commentsGary Lin2016-10-271-2/+2
* MdeModulePkg: Cleanup gEfiSmmAccess2ProtocolGuid reference.Star Zeng2015-02-051-1/+0
* Use SmmMemLib to check communication buffer.Yao, Jiewen2015-02-021-82/+3
* Update code to support VS2013 tool chain.Eric Dong2014-07-281-1/+3
* Fix the TOCTOU issue of CommBufferSize itself for SMM communicate handler input.lzeng142013-05-211-4/+6
* 1. Fix TOCTOU issue in VariableSmm, FtwSmm, FpdtSmm, SmmCorePerformance SMM h...lzeng142013-05-071-28/+66
* 1. Use the check IsAddressValid() to prevent SMM communication buffer overflo...lzeng142013-04-251-2/+28
* Mallicious code may use SmmFaultTolerantWriteHandler() to update some flash a...lzeng142013-04-241-2/+56
* Add more exact SMM check in SmmFaultTolerantWriteHandler.lzeng142012-09-281-17/+44
* Fix the issue that FTW driver fail to reclaim WorkSpace.lzeng142012-09-141-0/+2
* Add SMRAM range check to fault tolerant write SMM SMI handler.ydong102012-07-101-13/+86
* Add SMM FTW wrapper driver since non-SMM FTW protocol can be used by some con...gdong12011-01-121-10/+235
* Add SMM Variable implementation.gdong12010-12-101-0/+281