CVE-2024-40991
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
12/07/2024
Last modified:
12/07/2024
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
dmaengine: ti: k3-udma-glue: Fix of_k3_udma_glue_parse_chn_by_id()<br />
<br />
The of_k3_udma_glue_parse_chn_by_id() helper function erroneously<br />
invokes "of_node_put()" on the "udmax_np" device-node passed to it,<br />
without having incremented its reference count at any point. Fix it.