In the Linux kernel, the following vulnerability has been resolved:
RDMA/cma: Fix rdmaresolveroute() memory leak
Fix a memory leak when "mdaresolveroute() is called more than once on the same "rdmacmid".
This is possible if cmaqueryhandler() triggers the RDMACMEVENTROUTEERROR flow which puts the state machine back and allows rdmaresolveroute() to be called again.