Sfoglia il codice sorgente

qcacld-3.0: Remove assert in wma_get_ll_stats_ext_buf

Assert added as part of I2689873c2c5e63c83e5059563662c0c69dc659fc
in wma_get_ll_stats_ext_buf is not required as it causes a stack
trace exposing further security issues.

Remove the assert in wma_get_ll_stats_ext_buf

Change-Id: I92a5eb1b287e61c7f2cc9d6dba92446719c3c6b2
CRs-Fixed: 2115112
Vignesh Viswanathan 7 anni fa
parent
commit
832084b9e7
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      core/wma/src/wma_utils.c

+ 0 - 1
core/wma/src/wma_utils.c

@@ -780,7 +780,6 @@ static tSirLLStatsResults *wma_get_ll_stats_ext_buf(uint32_t *len,
 			 fixed_param->tx_ppdu_delay_array_len,
 			 fixed_param->rx_mpdu_aggr_array_len,
 			 fixed_param->rx_mcs_array_len);
-		QDF_ASSERT(0);
 		return NULL;
 	}