Security Advisory

CVE-2022-50449

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2025-10-01 11:45:23
Last updated 2026-05-11 19:19:42
Assigner Linux
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: clk: samsung: Fix memory leak in _samsung_clk_register_pll() If clk_register() fails, @pll->rate_table may have allocated memory by kmemdup(), so it needs to be freed, otherwise will cause memory leak issue, this patch fixes it.