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