
In function 'target_if_vdev_mgr_multi_vdev_restart_get_ref', 'param->num_vdevs' may have chance to hold values larger than WLAN_UMAC_PDEV_MAX_VDEVS which will result in OOB when access array 'vdev_list' and array 'vdev_timer_started'. This change add sanity check for 'param->num_vdevs'to avoid OOB. Change-Id: Iae431fdc7006fe8c80d15d400d8a0423e9284eb7 CRs-Fixed: 2644122