From 4fb6a7268cd671969043b7d61c261bf69dfb3f38 Mon Sep 17 00:00:00 2001 From: topjohnwu Date: Fri, 31 Jan 2025 01:07:33 +0800 Subject: [PATCH] Fix SDK 27 and 28 tests --- native/src/core/module.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/native/src/core/module.cpp b/native/src/core/module.cpp index bd89ffac9..57843e308 100644 --- a/native/src/core/module.cpp +++ b/native/src/core/module.cpp @@ -408,7 +408,7 @@ static rust::Vec collect_modules(bool zygisk_enabled, bool open_zygi if (faccessat(modfd, "disable", F_OK, 0) == 0) return; - ModuleInfo info{}; + ModuleInfo info{{}, -1, -1}; if (zygisk_enabled) { // Riru and its modules are not compatible with zygisk if (entry->d_name == "riru-core"sv || faccessat(modfd, "riru", F_OK, 0) == 0) {