提交 53614abd 编写于 作者: V vit9696

OcAppleKernelLib: Fix prelinked kext patches in KC mode

上级 4ee980e1
......@@ -833,6 +833,8 @@ PrelinkedInjectComplete (
Context->PrelinkedLastAddress += MACHO_ALIGN (ExportedInfoSize);
Context->PrelinkedSize += MACHO_ALIGN (ExportedInfoSize);
Context->PrelinkedMachContext.FileSize = Context->PrelinkedSize;
FreePool (ExportedInfo);
return EFI_SUCCESS;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册