diff options
author | 2017-03-16 16:27:47 +0000 | |
---|---|---|
committer | 2017-03-16 16:27:47 +0000 | |
commit | 146a1192783697810b63a1e41c4d59fc93387340 (patch) | |
tree | f96b12c641b60681eeac2bfd612c8532793e6420 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | afs: Use a bvec rather than a kvec in afs_send_pages() (diff) | |
download | linux-rng-146a1192783697810b63a1e41c4d59fc93387340.tar.xz linux-rng-146a1192783697810b63a1e41c4d59fc93387340.zip |
afs: Fix the maths in afs_fs_store_data()
afs_fs_store_data() works out of the size of the write it's going to make,
but it uses 32-bit unsigned subtraction in one place that gets
automatically cast to loff_t.
However, if to < offset, then the number goes negative, but as the result
isn't signed, this doesn't get sign-extended to 64-bits when placed in a
loff_t.
Fix by casting the operands to loff_t.
Signed-off-by: David Howells <dhowells@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions