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.