Skip to content

Commit 8892eca

Browse files
committed
fix: wrong longest root implementation name macro value
This commit fixes the value of the macro that defines the size of the longest root implementation name, leading to Zygiskd crashes on Magisk Official.
1 parent a6124a6 commit 8892eca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

zygiskd/src/root_impl/common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ struct root_impl {
2323
uint8_t variant;
2424
};
2525

26-
#define LONGEST_ROOT_IMPL_NAME sizeof("Magisk Kitsune")
26+
#define LONGEST_ROOT_IMPL_NAME sizeof("Magisk Official")
2727

2828
void root_impls_setup(void);
2929

0 commit comments

Comments
 (0)