commit | 897bed61bf57b1b652d2efadf6737e806441938d | [log] [tgz] |
---|---|---|
author | Ye Jiao <ye.jiao@mediatek.com> | Mon Mar 13 12:58:07 2023 +0800 |
committer | Mahesh KKV <maheshkkv@google.com> | Thu Mar 23 17:00:12 2023 +0000 |
tree | b7742b6f219bab6f3d0f398a618f4d708430f76a | |
parent | 93a0875a119c0b9190dc81e0a8e53c233b83c29b [diff] |
Fix a null pointer exception in ClientModeImpl Since AP MLD MAC address is added as a new parameter in the existing AIDL interface, it can come as null. Add a check against null pointer exception while updating the affiliated bssid mapping in block list. Bug: 273426405 Test: atest com.android.server.wifi.ClientModeImplTest Change-Id: I496ce22f38e71b4278dbc7ce53cb1dc0e0d8ee46