Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
hardlink: fix memory corruption (size calculation)
The current code rounds down the values for readsiz and blocksmax, which is incorrect. The sizes must be large enough to match the files. Addresses: util-linux#3330 Signed-off-by: Karel Zak <kzak@redhat.com>
- Loading branch information