CyberRota Analysis
This vulnerability has an unknown severity rating. It affects Linux.
CVE
CVE-2022-50776
Severity
UNKNOWN
CVSS
N/A
EPSS
0.25%
Linux
Original NVD Description
In the Linux kernel, the following vulnerability has been resolved: clk: st: Fix memory leak in st_of_quadfs_setup() If st_clk_register_quadfs_pll() fails, @lock should be freed before goto @err_exit, otherwise will cause meory leak issue, fix it.