]> git.proxmox.com Git - mirror_edk2.git/commit - MdePkg/Library/BasePciCf8Lib/PciLib.c
Since PciXXXReadBuffer/PciXXXWriteBuffer does not check the alignment of user buffer...
authoryshang1 <yshang1@6f19259b-4bc3-4df7-8a09-765794883524>
Sat, 29 Dec 2007 02:26:26 +0000 (02:26 +0000)
committeryshang1 <yshang1@6f19259b-4bc3-4df7-8a09-765794883524>
Sat, 29 Dec 2007 02:26:26 +0000 (02:26 +0000)
commit0c62737d3893f901cc4eccae8b123765f39b937d
tree0749f799c98d7dfd7fe40a7cf37e50b3dc30c636
parentbbfa12f16e9218fcc425c006620392c11e921d87
Since PciXXXReadBuffer/PciXXXWriteBuffer does not check the alignment of user buffer, if the alignment of user buffer is different than the PCI Address on IPF, the library would generate the Alignment Fault.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4447 6f19259b-4bc3-4df7-8a09-765794883524
MdePkg/Library/BasePciCf8Lib/PciLib.c
MdePkg/Library/BasePciExpressLib/PciLib.c