diff options
author | Jeff Layton <jlayton@redhat.com> | 2011-02-16 15:34:16 +0100 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2011-02-17 06:35:33 +0100 |
commit | 9616125611ee47693186533d76e403856a36b3c8 (patch) | |
tree | 4bbeff100868bd97bb1eea660838fde851602441 /fs/cifs/sess.c | |
parent | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6 (diff) | |
download | linux-9616125611ee47693186533d76e403856a36b3c8.tar.xz linux-9616125611ee47693186533d76e403856a36b3c8.zip |
cifs: fix handling of scopeid in cifs_convert_address
The code finds, the '%' sign in an ipv6 address and copies that to a
buffer allocated on the stack. It then ignores that buffer, and passes
'pct' to simple_strtoul(), which doesn't work right because we're
comparing 'endp' against a completely different string.
Fix it by passing the correct pointer. While we're at it, this is a
good candidate for conversion to strict_strtoul as well.
Cc: stable@kernel.org
Cc: David Howells <dhowells@redhat.com>
Reported-by: Björn JACKE <bj@sernet.de>
Signed-off-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/cifs/sess.c')
0 files changed, 0 insertions, 0 deletions