mirror of
https://github.com/acidanthera/OpenCorePkg.git
synced 2025-12-08 19:25:01 +00:00
Merge branch 'master' of https://github.com/acidanthera/OpenCorePkg
This commit is contained in:
commit
7266ec9898
@ -16,6 +16,7 @@ OpenCore Changelog
|
||||
- Added `EnableVmx` quirk to allow virtualization in other OS on some Macs
|
||||
- Upgraded `ProtectUefiServices` to prevent GRUB shim overwriting service pointers when chainloading with Secure Boot enabled
|
||||
- Removed deprecated SSDT-PNLFCFL
|
||||
- Fixed handling of zero-sized Memory Attributes Table
|
||||
|
||||
#### v0.7.5
|
||||
- Revised OpenLinuxBoot documentation
|
||||
|
||||
@ -438,7 +438,7 @@ OcRebuildAttributes (
|
||||
UINT32 DescriptorVersion;
|
||||
|
||||
MemoryAttributesTable = OcGetMemoryAttributes (&MemoryAttributesEntry);
|
||||
if (MemoryAttributesTable == NULL) {
|
||||
if (MemoryAttributesTable == NULL || MemoryAttributesTable->NumberOfEntries == 0) {
|
||||
return EFI_UNSUPPORTED;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user