]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
debugfs: convert gid= argument from decimal, not octal
authorDave Reisner <dreisner@archlinux.org>
Wed, 2 Jan 2013 13:54:37 +0000 (08:54 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 11 Jan 2013 13:56:01 +0000 (05:56 -0800)
commitf1688e0431d3a395388e70fe21da89ed0de0c323
tree9b81860b8cfe25045dc31d22e50ac8d976e39980
parent54b956b903607f8f8878754dd4352da6a54a1da2
debugfs: convert gid= argument from decimal, not octal

This patch technically breaks userspace, but I suspect that anyone who
actually used this flag would have encountered this brokenness, declared
it lunacy, and already sent a patch.

Signed-off-by: Dave Reisner <dreisner@archlinux.org>
Reviewed-by: Vasiliy Kulikov <segoon@openwall.com>
Acked-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/debugfs/inode.c