From 9ccc9efc602ddfa3354821c3bb8ecde6139542fe Mon Sep 17 00:00:00 2001 From: Vignesh Viswanathan Date: Fri, 6 Oct 2017 14:31:31 +0530 Subject: 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 --- core/wma/src/wma_utils.c | 1 - 1 file changed, 1 deletion(-) diff --git a/core/wma/src/wma_utils.c b/core/wma/src/wma_utils.c index 7d4eff74e654..1b605a152665 100644 --- a/core/wma/src/wma_utils.c +++ b/core/wma/src/wma_utils.c @@ -784,7 +784,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; } -- cgit v1.2.3