提交 b227a854 编写于 作者: J John Davis

OcAppleKernelLib: Fix previous commit

上级 22b851e5
......@@ -328,6 +328,11 @@ InternalGetMkextV1KextOffsets (
ASSERT (Context->MkextVersion == MKEXT_VERSION_V1);
MkextHeader = Context->MkextHeader;
IsKextMatch = FALSE;
PlistOffset = 0;
PlistSize = 0;
BinOffset = 0;
BinSize = 0;
for (Index = 0; Index < Context->NumKexts; Index++) {
//
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册