]> git.proxmox.com Git - mirror_edk2.git/commit - MdePkg/Include/Library/PciSegmentLib.h
Add ASSERT() for BitField operations to make sure the input value is valid.
authorlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 25 Dec 2012 02:25:50 +0000 (02:25 +0000)
committerlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 25 Dec 2012 02:25:50 +0000 (02:25 +0000)
commit94952554cc604750f3df3d4e8ae068703481d258
tree943da134082610ef812da34b008fe1a0feb107f9
parent2a956f7490cbac07c8eccf2cfc55fb0c02c0654c
Add ASSERT() for BitField operations to make sure the input value is valid.
Signed-off-by: Liming Gao <liming.gao@intel.com>
Reviewed-by: Kinney, Michael D <Michael.D.Kinney@intel.com>
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@14019 6f19259b-4bc3-4df7-8a09-765794883524
29 files changed:
MdePkg/Include/Library/BaseLib.h
MdePkg/Include/Library/IoLib.h
MdePkg/Include/Library/PciCf8Lib.h
MdePkg/Include/Library/PciExpressLib.h
MdePkg/Include/Library/PciLib.h
MdePkg/Include/Library/PciSegmentLib.h
MdePkg/Include/Library/S3IoLib.h
MdePkg/Include/Library/S3PciLib.h
MdePkg/Library/BaseIoLibIntrinsic/IoHighLevel.c
MdePkg/Library/BaseLib/BitField.c
MdePkg/Library/BaseLib/X86Msr.c
MdePkg/Library/BasePciCf8Lib/PciCf8Lib.c
MdePkg/Library/BasePciExpressLib/PciExpressLib.c
MdePkg/Library/BasePciLibCf8/PciLib.c
MdePkg/Library/BasePciLibPciExpress/PciLib.c
MdePkg/Library/BaseS3IoLib/S3IoLib.c
MdePkg/Library/BaseS3PciLib/S3PciLib.c
MdePkg/Library/DxeIoLibCpuIo2/IoHighLevel.c
MdePkg/Library/DxeIoLibEsal/IoHighLevel.c
MdePkg/Library/DxePciLibEsal/PciLib.c
MdePkg/Library/DxePciSegmentLibEsal/PciLib.c
MdePkg/Library/DxeRuntimePciExpressLib/PciExpressLib.c
MdePkg/Library/PeiIoLibCpuIo/IoHighLevel.c
MdePkg/Library/PeiPciLibPciCfg2/PciLib.c
MdePkg/Library/PeiPciSegmentLibPciCfg2/PciSegmentLib.c
MdePkg/Library/SmmIoLibSmmCpuIo2/IoHighLevel.c
MdePkg/Library/SmmPciLibPciRootBridgeIo/PciLib.c
MdePkg/Library/UefiPciLibPciRootBridgeIo/PciLib.c
MdePkg/Library/UefiPciSegmentLibPciRootBridgeIo/PciSegmentLib.c