dmaengine: ti: k3-udma-private: Fix refcount leak bug in of_xudma_dev_get()
We should call of_node_put() for the reference returned by
of_parse_phandle() in fail path or when it is not used anymore.
Here we only need to move the of_node_put() before the check.
Analysis and contextual insights are available on OpenCVE Cloud.
No vendor fix or workaround currently provided.
Additional remediation guidance may be available on OpenCVE Cloud.
Tracking
Sign in to view the affected projects.
No advisories yet.
No history.
Status: PUBLISHED
Assigner: Linux
Published:
Updated: 2026-05-11T18:44:35.817Z
Reserved: 2024-02-25T13:44:28.317Z
Link: CVE-2022-48656
Updated: 2024-08-03T15:17:55.678Z
Status : Modified
Published: 2024-04-28T13:15:07.663
Modified: 2026-06-17T05:15:50.503
Link: CVE-2022-48656
OpenCVE Enrichment
No data.
-
CWE-401
Missing Release of Memory after Effective Lifetime