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.
No PoCs from references.
- https://github.com/fkie-cad/nvd-json-data-feeds