Skip to content

Commit

Permalink
Fix launchd getting killed by Jetsam (1.1.3 regression)
Browse files Browse the repository at this point in the history
  • Loading branch information
opa334 committed Oct 24, 2023
1 parent 5428f8e commit 258d5b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion BaseBin/libjailbreak/src/handoff.m
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ kern_return_t pmap_enter_options_addr(uint64_t pmap, uint64_t pa, uint64_t va) {
}
else {
// On resource shortage, alloc new page
pmap_alloc_page_for_ppl(0);
//pmap_alloc_page_for_ppl(0);
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion Exploits/oobPCI/Sources/kernel.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ kern_return_t pmap_enter_options_addr(uint64_t pmap, uint64_t pa, uint64_t va) {
}
else {
// On resource shortage, alloc new page
pmap_alloc_page_for_ppl();
//pmap_alloc_page_for_ppl();
}
}
}
Expand Down

0 comments on commit 258d5b3

Please sign in to comment.