]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[PATCH] Don't allow a backslash in a path component (CVE-2006-1863)
authorSteve French <sfrench@us.ibm.com>
Fri, 21 Apr 2006 18:18:37 +0000 (18:18 +0000)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 24 Apr 2006 20:06:59 +0000 (13:06 -0700)
commit5c521ce6afd3509df37117d78c711d18dd5c0a70
tree3796d1d1397571d6e96fe6dcf3788fa987d449e8
parent834f514019e01f87657a257dae0fbbae1006ec2a
[PATCH] Don't allow a backslash in a path component (CVE-2006-1863)

Unless Posix paths have been negotiated, the backslash, "\", is not a valid
character in a path component.

Signed-off-by: Dave Kleikamp <shaggy@austin.ibm.com>
Signed-off-by: Steve French <sfrench@us.ibm.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
fs/cifs/dir.c