diff options
| author | Vignesh Viswanathan <viswanat@codeaurora.org> | 2017-10-06 14:31:31 +0530 |
|---|---|---|
| committer | snandini <snandini@codeaurora.org> | 2017-10-07 19:25:42 -0700 |
| commit | 9ccc9efc602ddfa3354821c3bb8ecde6139542fe (patch) | |
| tree | f7c7a9fa53f089195bb8b963537c01e51617be98 | |
| parent | bc9d8db57766fdbd7016bd607cca45c5d450f983 (diff) | |
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
| -rw-r--r-- | core/wma/src/wma_utils.c | 1 |
1 files changed, 0 insertions, 1 deletions
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; } |
