2 matches found
SUSE CVE-2022-50776
In the Linux kernel, the following vulnerability has been resolved: clk: st: Fix memory leak in stofquadfssetup If stclkregisterquadfspll fails, @lock should be freed before goto @errexit, otherwise will cause meory leak issue, fix it...
CVE-2022-50776
CVE-2022-50776: In the Linux kernel, a memory leak in the clk: st subsystem was fixed. Specifically, if st_clk_register_quadfs_pll() fails, the @lock must be freed before jumping to err_exit to avoid leaking memory. The advisory states the issue was resolved in the kernel, but the provided docume...