commit | cbdffb98177ca795fc839c2ba713acda56369b84 | [log] [tgz] |
---|---|---|
author | xshu <xshu@google.com> | Wed Jun 17 17:43:53 2020 -0700 |
committer | xshu <xshu@google.com> | Wed Jun 17 19:26:40 2020 -0700 |
tree | c1d7e982b649d348592954a99e9cdf3284d5ffa4 | |
parent | fbb0b4760547d54ebe43723ab29d1d6fc66135e0 [diff] |
Fix NPE in BssidBlocklistMonitor Due to unexpected orderings of events happening in ClientModeImpl, sometimes invalid inputs are being passed to BssidBlocklistMonitor to cause a NPE. This patch fixes the crash but does not address the root cause. Bug: 159183809 Test: atest com.android.server.wifi Change-Id: I6991b29949f9799662b8d29a4e0621fed9ff8cf2