In the Linux kernel, the following vulnerability has been resolved: memory: fsl_ifc: fix leak of private memory on probe failure On probe error the driver should free the memory allocated for private structure. Fix this by using resource-managed allocation.
The product does not sufficiently track and release allocated memory after it has been used, making the memory unavailable for reallocation and reuse.