In the Linux kernel, the following vulnerability has been resolved:
dmaengine: omap-dma: fix dma_pool resource leak in error paths
The dma_pool created by dma_pool_create() is not destroyed when
dma_async_device_register() or of_dma_controller_register() fails,
causing a resource leak in the probe error paths.
Add dma_pool_destroy() in both error paths to properly release the
allocated dma_pool resource.
CVSS
No CVSS.
References
Configurations
No configuration.
History
No history.
Information
Published : 2026-01-31 12:16
Updated : 2026-02-03 16:44
NVD link : CVE-2026-23033
Mitre link : CVE-2026-23033
CVE.ORG link : CVE-2026-23033
JSON object : View
Products Affected
No product.
CWE
No CWE.
