git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
754789a
)
[CIFS] Possible null ptr deref in SMB2_tcon
author
Steve French
<smfrench@gmail.com>
Sun, 17 Aug 2014 05:22:24 +0000
(
00:22
-0500)
committer
Steve French
<smfrench@gmail.com>
Sun, 17 Aug 2014 05:41:02 +0000
(
00:41
-0500)
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>
No differences found