CVE-2023-54016
CVE-2023-54016 involves a memory leak in the Linux kernel’s ath12k wireless driver (rx_desc/tx_desc) where memory allocated in ath12k_dp_cc_desc_init() was not freed in ath12k_dp_cc_cleanup(). The provided sources describe saving the base addresses and freeing rx_descs/tx_descs in cleanup to reso...