Commit d23efba
committed
fix(core): nil-check resolveProcess callback and tun_interface
Backport chen08209#1996 (TuTouPower). Two-layer defence against the
':remote' core process SIGABRT that hits ~2s after VPN start on Android
14+ when the ':remote' subprocess is killed and respawned: Go side does
not invoke a nil callback, C++ side does not call JNI methods on a null
jobject.1 parent 4f05817 commit d23efba
2 files changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
108 | 111 | | |
109 | 112 | | |
110 | 113 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| |||
0 commit comments