In the Linux kernel, the following vulnerability has been resolved:
cifs: Fix oops due to uncleared server->smbd_conn in reconnect
In smbddestroy(), clear the server->smbdconn pointer after freeing the smbd_connection struct that it points to so that reconnection doesn't get confused.