In the Linux kernel, the following vulnerability has been resolved: nvme-tcp: fix the memleak while create new ctrl failed Now while we create new ctrl failed, we have not free the tagset occupied by admin_q, here try to fix it.
The product does not sufficiently track and release allocated memory after it has been used, making the memory unavailable for reallocation and reuse.