In the Linux kernel, the following vulnerability has been resolved:
RDMA/irdma: Fix a user-after-free in addpbleprm
When irdmahmcsd_one fails, 'chunk' is freed while its still on the PBLE info list.
Add the chunk entry to the PBLE info list only after successful setting of the SD in irdmahmcsd_one.