In the Linux kernel, the following vulnerability has been resolved:
RDMA/cm: Fix memory leak in ibcminsert_listen
cmallocidpriv() allocates resource for the cmidpriv. When cminit_listen() fails it doesn't free it, leading to memory leak.
Add the missing error unwind.
{
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2022/49xxx/CVE-2022-49671.json",
"cna_assigner": "Linux"
}