CVE-2023-54143
CVE-2023-54143 relates to the Linux kernel Mediatek vcodec path (vdec_msg_queue_init) where resource leaks could occur if vdec_msg_queue_init() fails. The fix explicitly clears msg_queue->wdma_addr.size by setting it to 0 in error paths, instead of relying on vdec_msg_queue_deinit(). It also s...