]> git.baikalelectronics.ru Git - kernel.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)
commit22ba9b48aac1b8eeb47fb358b5e186f76f2664d8
tree9b81860b8cfe25045dc31d22e50ac8d976e39980
parent4c8e036f56f76e411a3db88bc2fd11817f935ecf
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