summaryrefslogtreecommitdiff
path: root/util.c
diff options
context:
space:
mode:
authorJeff Layton <jlayton@samba.org>2011-02-01 14:24:30 -0500
committerJeff Layton <jlayton@samba.org>2011-02-01 14:24:30 -0500
commit24093bef78e1e4ea5d541716ebba63e8d4e15c58 (patch)
treeab8927036ac85f6f55d307a1183919d0e8eb617d /util.c
parentfba28cfe2f13dd8bdae3cec76178f42b001a40ca (diff)
downloadcifs-utils-24093bef78e1e4ea5d541716ebba63e8d4e15c58.tar.gz
cifs-utils-24093bef78e1e4ea5d541716ebba63e8d4e15c58.tar.bz2
cifs-utils-24093bef78e1e4ea5d541716ebba63e8d4e15c58.zip
mount.cifs: fix possible use of uninitialized variable
It's possible to "goto return_i" in this function at several points before line_buf is set. At that point, the NULL pointer check won't work correctly and we can end up with a SIGSEGV. Signed-off-by: Jeff Layton <jlayton@samba.org>
Diffstat (limited to 'util.c')
0 files changed, 0 insertions, 0 deletions