浏览代码

qcacld-3.0: Remove assert in wma_rx_aggr_failure_event_handler

Assert was added in the wma_rx_aggr_failure_event_handler via the change
Iea93e879196e9cd43856a7dcc9204d2304f76c78 and it exposes further security
issues.

Remove the assert in wma_rx_aggr_failure_event_handler.

Change-Id: Iaef00389fa19da0fe33e3bcd6f2123e553b84dff
CRs-Fixed: 2114789
Vignesh Viswanathan 7 年之前
父节点
当前提交
593e1f9a3d
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      core/wma/src/wma_features.c

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

@@ -5419,7 +5419,6 @@ int wma_rx_aggr_failure_event_handler(void *handle, u_int8_t *event_buf,
 	    sizeof(rx_aggr_hole_event->hole_info_array[0]))) {
 		WMA_LOGE("%s: Excess data from WMI num_failure_info %d",
 			 __func__, rx_aggr_failure_info->num_failure_info);
-		QDF_ASSERT(0);
 		return -EINVAL;
 	}