GKMSPatch/.github/workflows
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
..
clean.yml Adjust Workflows 2025-09-03 22:05:08 +08:00
crowdin.yml [skip ci] Config crowdin 2024-07-24 10:45:10 +02:00
master.yml feat: Add null checks for JNI method arguments 2025-09-30 23:24:02 +08:00