4 matches found
CVE-2022-50110
A flaw was found in the sp5100tco module in the Linux kernel. A missing release of allocated memory for the EFCH MMIO resource will cause a memory leak, potentially impacting system performance and resulting in a denial of service. Mitigation Mitigation for this issue is either not available or t...
CVE-2022-50110
In the Linux kernel, the following vulnerability has been resolved: watchdog: sp5100tco: Fix a memory leak of EFCH MMIO resource Unlike releasememregion, a call to releaseresource does not free the resource, so it has to be freed explicitly to avoid a memory leak...
CVE-2022-50110
The CVE-2022-50110 issue affects the Linux kernel watchdog sp5100_tco path, where a memory leak of EFCH MMIO resource occurred because release_resource() was not freeing the resource as release_mem_region() does; the leak is fixed by explicitly freeing the resource. The vulnerability details and ...
CVE-2022-50110
In the Linux kernel, the following vulnerability has been resolved: watchdog: sp5100tco: Fix a memory leak of EFCH MMIO resource Unlike releasememregion, a call to releaseresource does not free the resource, so it has to be freed explicitly to avoid a memory leak...