In the Linux kernel, the following vulnerability has been resolved:
smb: client: avoid double-free in smbdfreesendio() after smbdsendbatchflush()
smbdsendbatchflush() already calls smbdfreesendio(), so we should not call it again after smbdpostsend() moved it to the batch list.