diff options
author | Miklos Szeredi <mszeredi@suse.cz> | 2012-08-15 11:01:24 (GMT) |
---|---|---|
committer | Miklos Szeredi <mszeredi@suse.cz> | 2012-08-15 11:01:24 (GMT) |
commit | e68726ff72cf7ba5e7d789857fcd9a75ca573f03 (patch) | |
tree | 7d5f3416543a750574955fdef5f12b3dd498de05 /fs/qnx6 | |
parent | ddf343f635fe4440cad528e12f96f28bd50aa099 (diff) | |
download | linux-e68726ff72cf7ba5e7d789857fcd9a75ca573f03.tar.xz |
vfs: canonicalize create mode in build_open_flags()
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>
CC: stable@vger.kernel.org
Diffstat (limited to 'fs/qnx6')
0 files changed, 0 insertions, 0 deletions