prima: NULL pointer dereference of hdd context
hdd context is dereferencing in vos_update_nv_table_from_wiphy_band without checking for NULL, which may cause NULL pointer dereference. To address this, add check for hdd_ctx before dereferencing. Change-Id: I020517848d80956cfdf1645f22c667ab84764fe5 CRs-Fixed: 2305017
Loading
Please register or sign in to comment