CVE-2022-50557 PUBLISHED

In the Linux kernel, the following vulnerability has been resolved: pinctrl: thunderbay: fix possible memory leak in thunderbay_build_functions() The thunderbay_add_functions() will free memory of thunderbay_funcs when everything is ok, but thunderbay_funcs will not be freed when thunderbay_add_functions() fails, then there will be a memory leak, so we need to add kfree() when thunderbay_add_functions() fails to fix it. In addition, doing some cleaner works, moving kfree(funcs) from thunderbay_add_functions() to thunderbay_build_functions().

EPSS 0.02% · 5.3th percentile

Risk Scores

EPSS Score
0.02%
5.3th percentile

Affected Products

VendorProductVersions
linuxlinux_kernel5.17, 5.17, 5.17
LinuxLinux5.17, 0, 12422af8194df85243d68b11f8783de9d01e58dc

Timeline

References

Open in Interactive Console →