summaryrefslogtreecommitdiffstats
path: root/fs/cifs/connect.c
diff options
context:
space:
mode:
authorSteve French2015-03-26 00:51:57 +0100
committerSteve French2015-04-01 07:01:46 +0200
commit75fdfc849ae0636853add4b7dbdc5753160ad0cb (patch)
tree1d8368ae3deaa9d577ce307050fd7e5f8917eefd /fs/cifs/connect.c
parentcifs: potential memory leaks when parsing mnt opts (diff)
downloadkernel-qcow2-linux-75fdfc849ae0636853add4b7dbdc5753160ad0cb.tar.gz
kernel-qcow2-linux-75fdfc849ae0636853add4b7dbdc5753160ad0cb.tar.xz
kernel-qcow2-linux-75fdfc849ae0636853add4b7dbdc5753160ad0cb.zip
Fix warning on uninitialized buftype
Pointed out by coverity analyzer. resp_buftype is not initialized in one path which can rarely log a spurious warning (buf is null so there will not be a problem with freeing data, but if buf_type were randomly set to wrong value could log a warning) Reported by Coverity (CID 1269144) Signed-off-by: Steve French <smfrench@gmail.com> Acked-by: Shirish Pargaonkar <shirishpargaonkar@gmail.com> Acked-by: Sachin Prabhu <sprabhu@redhat.com> Reviewed-by: Jeff Layton <jlayton@poochiereds.net>
Diffstat (limited to 'fs/cifs/connect.c')
0 files changed, 0 insertions, 0 deletions