diff options
author | Miklos Szeredi <mszeredi@suse.cz> | 2012-08-15 13:01:24 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-09-14 10:00:37 -0700 |
commit | 3db5984ef1f9ca0f47be7751a26ce776eba20b1b (patch) | |
tree | a4a9c431865325f79623bd86309f9846a799caba /ipc/compat.c | |
parent | 57dba9b60a1ad31042a8e90fafe2a58fba789177 (diff) | |
download | kernel_samsung_aries-3db5984ef1f9ca0f47be7751a26ce776eba20b1b.zip kernel_samsung_aries-3db5984ef1f9ca0f47be7751a26ce776eba20b1b.tar.gz kernel_samsung_aries-3db5984ef1f9ca0f47be7751a26ce776eba20b1b.tar.bz2 |
vfs: canonicalize create mode in build_open_flags()
commit e68726ff72cf7ba5e7d789857fcd9a75ca573f03 upstream.
Userspace can pass weird create mode in open(2) that we canonicalize to
"(mode & S_IALLUGO) | S_IFREG" in vfs_create().
The problem is that we use the uncanonicalized mode before calling vfs_create()
with unforseen consequences.
So do the canonicalization early in build_open_flags().
Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
Tested-by: Richard W.M. Jones <rjones@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'ipc/compat.c')
0 files changed, 0 insertions, 0 deletions