mirror of
https://github.com/0xMarcio/cve.git
synced 2026-02-12 18:42:46 +00:00
1.0 KiB
1.0 KiB
CVE-2021-46962
Description
In the Linux kernel, the following vulnerability has been resolved:mmc: uniphier-sd: Fix a resource leak in the remove functionA 'tmio_mmc_host_free()' call is missing in the remove function, in orderto balance a 'tmio_mmc_host_alloc()' call in the probe.This is done in the error handling path of the probe, but not in the removefunction.Add the missing call.
POC
Reference
No PoCs from references.