GKMSPatch/patch-loader
NkBe 5bbef84a43
feat: Add null checks for JNI method arguments
Adds a null pointer check for the origApkPath and cacheApkPath arguments in the enableOpenatHook native method.

Previously, passing nullptr to this method would lead to a potential crash. The added checks ensure the function handles invalid input gracefully by logging an error and returning early, thus preventing a potential crash.
2025-09-30 23:24:02 +08:00
..
src/main feat: Add null checks for JNI method arguments 2025-09-30 23:24:02 +08:00
.gitignore Switch into mainline core branch 2022-03-17 19:52:05 +08:00
build.gradle.kts fix: liblspatch.so not found by modifying include path 2025-08-18 13:40:32 +08:00
proguard-rules.pro Switch into mainline core branch 2022-03-17 19:52:05 +08:00