summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal/LockBox/SmmLockBox/SmmLockBox.c
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-8/+1
* MdeModulePkg/SmmLockBox: Update to consume SpeculationBarrierHao Wu2018-12-251-6/+6
* MdeModulePkg/SmmLockBox: [CVE-2017-5753] Fix bounds check bypassHao Wu2018-09-301-0/+10
* MdeModulePkg SmmLockBox: Return actual data length in SmmLockBoxRestoreStar Zeng2018-08-161-1/+4
* MdeModulePkg: Clean up source filesLiming Gao2018-06-281-7/+7
* MdeModulePkg SmmLockBox: Return updated Length for EFI_BUFFER_TOO_SMALLStar Zeng2018-02-261-1/+4
* MdeModulePkg: Error Level is not used correctlyJeff Fan2017-04-121-5/+5
* MdeModulePkg: Cleanup gEfiSmmAccess2ProtocolGuid reference.Star Zeng2015-02-051-1/+0
* Use SmmMemLib to check communication buffer.Yao, Jiewen2015-02-021-86/+7
* Fix the TOCTOU issue of CommBufferSize itself for SMM communicate handler input.lzeng142013-05-211-7/+17
* 1. Fix TOCTOU issue in VariableSmm, FtwSmm, FpdtSmm, SmmCorePerformance SMM h...lzeng142013-05-071-17/+29
* 1. Use the check IsAddressValid() to prevent SMM communication buffer overflo...lzeng142013-04-251-5/+5
* Update header formathhtian2012-10-111-4/+5
* Add more security check for CommBuffer+CommBufferSize.jyao12012-07-231-2/+103
* RestoreLockBox in DXE with Length NULL, Buffer NULL will fail to get data fro...li-elvin2011-08-251-6/+14
* MdeModulePkg: Add SMM LockBoxjljusten2011-07-191-0/+373