diff options
author | Ross Burton <ross.burton@intel.com> | 2019-02-01 13:09:39 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-02-02 11:06:00 +0000 |
commit | e63e5b2e189df3a3aeddcb42696793a29539c8a8 (patch) | |
tree | 53c1af148f74e2592a7edcd2d14943379abe147b /meta/lib | |
parent | 84e91598278158455314177d4a43a22e344a5dab (diff) | |
download | poky-e63e5b2e189df3a3aeddcb42696793a29539c8a8.tar.gz |
e2fsprogs: fix file system generation with large files
When copying files into the file system the file offset was being truncated to a
signed 32-bit value, so any files that are larger than 2^31 bytes were the right
size, but no content after that point.
(From OE-Core rev: b2ffd2228f0d68d096f8003975f0f7ec28bd4313)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib')
0 files changed, 0 insertions, 0 deletions