commit | 5e74d2db3fa66d80e872333779bfc8600d4ac242 | [log] [tgz] |
---|---|---|
author | Andrei Homescu <ahomescu@google.com> | Fri Aug 19 22:46:38 2022 +0000 |
committer | Andrei Homescu <ahomescu@google.com> | Tue Aug 23 03:53:25 2022 +0000 |
tree | f11cc4fc27be34bc26affa07b4a7d80e7c95df96 | |
parent | 62bb50a6edb019952e106ca037e34d6c1525dcda [diff] |
libbinder: keep track of multiple connections in RpcServerTrusty Correctly keep track of each individual RpcConnection made to RpcServerTrusty and close the correct one on cleanup. The code previously assumed that each session would only have one connection, which is not necessarily the case in practice with multi-threaded Android clients. Bug: 224644083 Test: Trusty tests Change-Id: I12d04de803e0c5df5c658cdbaf3dd0d45e10ef20