[CIFS] Possible null ptr deref in SMB2_tcon
authorSteve French <smfrench@gmail.com>
Sun, 17 Aug 2014 05:22:24 +0000 (00:22 -0500)
committerSteve French <smfrench@gmail.com>
Sun, 17 Aug 2014 05:41:02 +0000 (00:41 -0500)
commit18f39e7be0121317550d03e267e3ebd4dbfbb3ce
treee8c90a98d73dcd9e08a844cb7f05a9e3b823c766
parent754789a1c046106cfdb067102642f73e0fd35fb3
[CIFS] Possible null ptr deref in SMB2_tcon

As Raphael Geissert pointed out, tcon_error_exit can dereference tcon
and there is one path in which tcon can be null.

Signed-off-by: Steve French <smfrench@gmail.com>
CC: Stable <stable@vger.kernel.org> # v3.7+
Reported-by: Raphael Geissert <geissert@debian.org>
fs/cifs/smb2pdu.c