CVE-2022-50110
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
18/06/2025
Last modified:
18/06/2025
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
watchdog: sp5100_tco: Fix a memory leak of EFCH MMIO resource<br />
<br />
Unlike release_mem_region(), a call to release_resource() does not<br />
free the resource, so it has to be freed explicitly to avoid a memory<br />
leak.