Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 346d3b47 authored by Kenji Soutome's avatar Kenji Soutome Committed by Yoshiaki Naka
Browse files

Avoid deadlock in getIccSimChallengeResponse() when disposing IccRecords

The lock object 'mLock' must be cared in IccRecords.dispose() as there
might be another thread waiting in getIccSimChallengeResponse().
EVENT_AKA_AUTHENTICATE_DONE never comes to IccRecords.handleMessage() if
IccRecords has already been disposed. That is because such events are
ignored in handleMessage() of the derived classes.

Change-Id: I8b36d4b44bc07bf5281325fb759b7a8dac0a8a32
parent 8033cae2
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment