Fix memcheck/tests/linux/sys-copy_file_range open call (mode).
commit033d013bebeb3471c0da47060deb9a5771e6c913
authorMark Wielaard <mark@klomp.org>
Fri, 24 May 2019 19:51:31 +0000 (24 21:51 +0200)
committerMark Wielaard <mark@klomp.org>
Fri, 24 May 2019 19:51:31 +0000 (24 21:51 +0200)
treeb4159fc130b3b86fd0429c40da67cd4422dc8317
parentabc09f23e1ad55a07beb827aef969acfe6c496ef
Fix memcheck/tests/linux/sys-copy_file_range open call (mode).

sys-copy_file_range.c calls open with O_CREAT flag and so must provide
a mode argument. valgrind memcheck actually caught this ommission on
some arches (fedora rawhide i686 specifically).

This is a small additional fixup for
https://bugs.kde.org/show_bug.cgi?id=407218
memcheck/tests/linux/sys-copy_file_range.c