Skip to content

Commit

Permalink
fix: APP crashed when receiving ICMPv6 NS frames (#81)
Browse files Browse the repository at this point in the history
After zerotier/ZeroTierOne@707d7de, the `VirtualNetworkFrameFunctionCallback` in JNI might be called in a new thread. Therefore, calling `GetEnv` might result in `JNI_EDETACHED`, which causing assertion fault or SIGSEV in Release build.
  • Loading branch information
kaaass committed Feb 7, 2024
1 parent 9f74751 commit 0e3a520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion externals/core
Submodule core updated 1 files
+40 −8 java/jni/ZT_jniutils.h

0 comments on commit 0e3a520

Please sign in to comment.