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:
d6ccf49
)
cifs: fix a possible use of uninit variable in SMB2_sess_setup
author
Namjae Jeon
<namjae.jeon@samsung.com>
Wed, 20 Aug 2014 10:39:41 +0000
(19:39 +0900)
committer
Steve French
<smfrench@gmail.com>
Thu, 21 Aug 2014 17:12:59 +0000
(12:12 -0500)
In case of error, goto ssetup_exit can be hit and we could end up using
uninitialized value of resp_buftype
Signed-off-by: Namjae Jeon <namjae.jeon@samsung.com>
Signed-off-by: Ashish Sangwan <a.sangwan@samsung.com>
Signed-off-by: Steve French <smfrench@gmail.com>
fs/cifs/smb2pdu.c
patch
|
blob
|
history
diff --cc
fs/cifs/smb2pdu.c
Simple merge