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:
9f6ed2c
)
cifs: sanitize username handling
author
Jeff Layton
<jlayton@redhat.com>
Tue, 17 Jan 2012 21:09:15 +0000
(16:09 -0500)
committer
Steve French
<smfrench@gmail.com>
Wed, 18 Jan 2012 04:40:26 +0000
(22:40 -0600)
Currently, it's not very clear whether you're allowed to have a NULL
vol->username or ses->user_name. Some places check for it and some don't.
Make it clear that a NULL pointer is OK in these fields, and ensure that
all the callers check for that.
Signed-off-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Steve French <smfrench@gmail.com>
No differences found