In the Linux kernel, the following vulnerability has been resolved:
clk: tegra20: Fix refcount leak in tegra20_clock_init
of_find_matching_node() returns a node pointer with refcount incremented, we should use of_node_put() on it when not need anymore. Add missing of_node_put() to avoid refcount leak.
| Software | From | Fixed in |
|---|---|---|
| linux / linux_kernel | 3.9 | 4.9.331 |
| linux / linux_kernel | 4.10 | 4.14.296 |
| linux / linux_kernel | 4.15 | 4.19.262 |
| linux / linux_kernel | 4.20 | 5.4.220 |
| linux / linux_kernel | 5.5 | 5.10.150 |
| linux / linux_kernel | 5.11 | 5.15.75 |
| linux / linux_kernel | 5.16 | 5.19.17 |
| linux / linux_kernel | 6.0 | 6.0.3 |