summaryrefslogtreecommitdiff
path: root/debian/patches/00list
blob: 06442bac6a30d01689a71eefe5da1cc89c816742 (plain)
1
2
3
4
01-fix-resize-crash-inside-vim
02-fix-xcscope-el-typo
03-fix-ocs-bashisms
04-fix-manpage-warning
on value='35'>35space:mode:
authorDavid Howells <dhowells@redhat.com>2015-09-18 11:45:12 +0100
committerMiklos Szeredi <miklos@szeredi.hu>2015-10-12 15:56:20 +0200
commit0480334fa60488d12ae101a02d7d9e1a3d03d7dd (patch)
treef9dfbb52a2ada460e3513bcf4e58ac488d8c9d3b /fs/overlayfs/copy_up.c
parent64291f7db5bd8150a74ad2036f1037e6a0428df2 (diff)
ovl: use O_LARGEFILE in ovl_copy_up()
Open the lower file with O_LARGEFILE in ovl_copy_up(). Pass O_LARGEFILE unconditionally in ovl_copy_up_data() as it's purely for catching 32-bit userspace dealing with a file large enough that it'll be mishandled if the application isn't aware that there might be an integer overflow. Inside the kernel, there shouldn't be any problems. Reported-by: Ulrich Obergfell <uobergfe@redhat.com> Signed-off-by: David Howells <dhowells@redhat.com> Signed-off-by: Miklos Szeredi <miklos@szeredi.hu> Cc: <stable@vger.kernel.org> # v3.18+
Diffstat (limited to 'fs/overlayfs/copy_up.c')