Displaying 1 result from an estimated 1 matches for "return_i".
Did you mean:
return_
2011 Mar 04
0
ANNOUNCE: cifs-utils release 4.9 available for download
...Signed-off-by: Jeff Layton <jlayton at samba.org>
commit 24093bef78e1e4ea5d541716ebba63e8d4e15c58
Author: Jeff Layton <jlayton at samba.org>
Date: Tue Feb 1 14:24:30 2011 -0500
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 at samba.org>
commit b6d2d91df012f965f29ba26489aca009712a230c
Author: Jeff La...