2 matches found
Unity Linux 20.1070a Security Update: kernel (UTSA-2026-005609)
The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-005609 advisory. In the Linux kernel, the following vulnerability has been resolved: clk: tegra: Fix refcount leak in tegra210clockinit offindmatchingnode returns a node pointer with...
CVE-2022-50458
CVE-2022-50458 : In the Linux kernel, the clk/tegra path (tegra210_clock_init) leaked a refcount. The bug was that of_find_matching_node() returned a node with a refcount that was not released with of_node_put(). The fix adds the missing of_node_put() to avoid the leak and resolve the vulnerabili...