GKMSPatch/.github
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
..
ISSUE_TEMPLATE change name and url 2025-09-05 23:48:04 +08:00
workflows feat: Add null checks for JNI method arguments 2025-09-30 23:24:02 +08:00
dependabot.yml Update gradle for GitHub Action 2024-11-21 10:09:38 +01:00