diff options
author | Dmitry Monakhov <dmonakhov@openvz.org> | 2015-10-30 22:04:46 +0000 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2015-11-24 00:49:03 +0000 |
commit | eea6b49210edf69682b2d0606bee17bbccb3765b (patch) | |
tree | 84e120fb2c31c0345b729a8ffe731e477ff4db78 /man/tail.x | |
parent | 6df26278d6cf5c6fad04d3fbaed4c06a223fb0bd (diff) | |
download | coreutils-eea6b49210edf69682b2d0606bee17bbccb3765b.tar.xz |
copy: fix copying of extents beyond the apparent file size
fallocate can allocate extents beyond EOF via FALLOC_FL_KEEP_SIZE.
Where there is a gap (hole) between the extents, and EOF is within
that gap, the final hole wasn't reproduced, resulting in silent
data corruption in the copied file (size too small).
* src/copy.c (extent_copy): Ensure we don't process extents
beyond the apparent file size, since processing and allocating
those is not currently supported.
* tests/cp/fiemap-extents.sh: Renamed from tests/cp/fiemap-empty.sh
and re-enable parts checking the extents at and beyond EOF.
* tests/local.mk: Reference the renamed test.
* NEWS: Mention the bug fix.
Fixes http://bugs.gnu.org/21790
Diffstat (limited to 'man/tail.x')
0 files changed, 0 insertions, 0 deletions