CVE-2021-47314

Publication date

2024-05-21 14:35:31

Family

Linux

State

PUBLISHED

Description

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.