In the Linux kernel, the following vulnerability has been resolved: clk: visconti: Fix memory leak in viscontiregisterpll() @pll->ratetable has allocated memory by kmemdup(), if clkhw_register() fails, it should be freed, otherwise it will cause memory leak issue, this patch fixes it.