← Back to CVE List

CVE-2024-35833

Published: 2024-05-17T14:15Z
Last Modified: 2025-04-07T19:06Z
Source: MITRE CVE List
License: MITRE-CVE-TOS
In the Linux kernel, the following vulnerability has been resolved: dmaengine: fsl-qdma: Fix a memory leak related to the queue command DMA This dma_alloc_coherent() is undone neither in the remove function, nor in the error handling path of fsl_qdma_probe(). Switch to the managed version to fix both issues. > MITRE Terms of Use apply – see LICENSE‑MITRE.txt