You've already forked ReZygisk
mirror of
https://github.com/PerformanC/ReZygisk.git
synced 2025-09-06 06:37:01 +00:00
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.
This commit is contained in:
@@ -23,7 +23,7 @@ struct root_impl {
|
||||
uint8_t variant;
|
||||
};
|
||||
|
||||
#define LONGEST_ROOT_IMPL_NAME sizeof("Magisk Kitsune")
|
||||
#define LONGEST_ROOT_IMPL_NAME sizeof("Magisk Official")
|
||||
|
||||
void root_impls_setup(void);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user