]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
cifs: fix a possible null pointer deref in decode_ascii_ssetup
authorNamjae Jeon <namjae.jeon@samsung.com>
Wed, 20 Aug 2014 10:39:28 +0000 (19:39 +0900)
committerSteve French <smfrench@gmail.com>
Thu, 21 Aug 2014 17:04:29 +0000 (12:04 -0500)
commit27b7edcf1ce03a3eddda24d4d271a9b29572a78b
treebec2313230f2d09a4c9dd82c4656deee9d4bfb27
parent2bb93d244157b6dfa4964d4088be4680b3169701
cifs: fix a possible null pointer deref in decode_ascii_ssetup

When kzalloc fails, we will end up doing NULL pointer derefrence

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/sess.c