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 f926152 commit 690cdd1Copy full SHA for 690cdd1
checkra1n/kpf/main.c
@@ -2416,7 +2416,8 @@ static void kpf_cmd(void)
2416
// iOS/iPadOS 15.0 beta 1 or tvOS 18.2 beta 1 onwards
2417
if((livefs_string_match != NULL) != (
2418
(gKernelVersion.darwinMajor >= 21 && xnu_platform() == PLATFORM_IOS) ||
2419
- (gKernelVersion.darwinMajor >= 24 && gKernelVersion.darwinMinor >= 2 && xnu_platform() == PLATFORM_TVOS)))
+ (((gKernelVersion.darwinMajor >= 24 && gKernelVersion.darwinMinor >= 2)
2420
+ || gKernelVersion.darwinMajor >= 25) && xnu_platform() == PLATFORM_TVOS)))
2421
panic("livefs panic doesn't match expected Darwin version");
2422
#endif
2423
0 commit comments