commit | 349c46c498eeca75823d1853057193f60595db04 | [log] [tgz] |
---|---|---|
author | Dave Mankoff <mankoff@google.com> | Tue May 07 18:23:29 2024 +0000 |
committer | Dave Mankoff <mankoff@google.com> | Tue May 07 20:14:50 2024 +0000 |
tree | 0508dea553a9d33d4178c8e9ad0fe7996f311e62 | |
parent | 99c0de24b429ac45cddd9a3b031fc5c625119474 [diff] |
Synchronize listeners in ConfigurationControllerImpl An array was being modified at the same time it was being copied. This causes nulls to be copied into the new destination, resulting in unexpected NPEs when accessed. Flag: NA Test: NA Fixes: 280463030 Change-Id: I6752fbd677a63e72f16edcaebb678a4272432e3b