mirror of
https://git.proxmox.com/git/mirror_edk2
synced 2026-01-23 00:48:23 +00:00
The call in ProbeMediaStatusEx() to the ReadDisk() function of the
EFI_DISK_IO_PROTOCOL interface implemented in DiskIoDxe/DiskIo.c
crashed in DiskIo2ReadWriteDisk() because of the NULL value of
the destination buffer pointer.
Pass the address of a buffer in the stack instead of a NULL
pointer.
The similar fix was applied to ProbeMediaStatus in commit
|
||
|---|---|---|
| .. | ||
| CdExpressPei | ||
| DiskIoDxe | ||
| PartitionDxe | ||
| RamDiskDxe | ||
| UdfDxe | ||
| UnicodeCollation/EnglishDxe | ||