In the Linux kernel, the following vulnerability has been resolved: nvme-loop: fix memory leak in nvmeloopcreatectrl() When creating loop ctrl in nvmeloopcreatectrl(), if nvmeinitctrl() fails, the loop ctrl should be freed before jumping to the "out" label.