We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12d7fe0 commit a8a839eCopy full SHA for a8a839e
Common/kern_patcher.cpp
@@ -404,7 +404,7 @@ void KernelPatcher::onKextSummariesUpdated() {
404
}
405
406
407
- if (OSDecrementAtomic(&updateSummariesEntryCount) != 1) {
+ if (getKernelVersion() >= KernelVersion::Sierra && OSDecrementAtomic(&updateSummariesEntryCount) != 1) {
408
panic("onKextSummariesUpdated left another time");
409
410
0 commit comments