mirror of
https://git.proxmox.com/git/mirror_edk2
synced 2025-11-01 02:21:26 +00:00
EndingAddress is calculated incorrectly. Original code calculates it as (StartingAddress + Size). Correct value should be (StartingAddress + Size - 1. Note: Besides the changes made by Samer, Hao also fixed a similar issue in RamDiskImpl.c Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Samer El-Haj-Mahmoud <elhaj@hpe.com> Signed-off-by: Tapan Shah <tapandshah@hpe.com> Signed-off-by: Hao Wu <hao.a.wu@intel.com> Reviewed-by: Hao Wu <hao.a.wu@intel.com> Reviewed-by: Tapan Shah <tapandshah@hpe.com> |
||
|---|---|---|
| .. | ||
| RamDiskBlockIo.c | ||
| RamDiskDriver.c | ||
| RamDiskDxe.inf | ||
| RamDiskDxe.uni | ||
| RamDiskFileExplorer.c | ||
| RamDiskHii.vfr | ||
| RamDiskHiiStrings.uni | ||
| RamDiskImpl.c | ||
| RamDiskImpl.h | ||
| RamDiskNVData.h | ||
| RamDiskProtocol.c | ||