You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
binder: Avoid potential deadlock when canceling AsyncSecurityPolicy futures
Move future cancellation outside of synchronized block in
BinderClientTransport.notifyTerminated() to prevent deadlock if
AsyncSecurityPolicy uses directExecutor() for callbacks.
Fixes#12190
0 commit comments