]> git.ipfire.org Git - thirdparty/coreutils.git/commit
copy.c: ensure proper alignment of fiemap buffer
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 9 Jun 2010 06:15:07 +0000 (08:15 +0200)
committerJim Meyering <meyering@redhat.com>
Fri, 28 Jan 2011 22:28:37 +0000 (23:28 +0100)
commit690767b2e9d9eb51e8e4afe9c7d6e18e02fc9913
tree6a2f6c3fd9c7a973abb2fcadf63cf949ec47212e
parent5d154393cd0b0c386fc90387453413469f1ac140
copy.c: ensure proper alignment of fiemap buffer

* src/copy.c (fiemap_copy): Ensure that our fiemap buffer
is large enough and well-aligned.
Replace "0LL" with equivalent "0" as 3rd argument to lseek.
src/copy.c