diff options
author | J. Bruce Fields <[email protected]> | 2021-03-18 20:03:22 -0400 |
---|---|---|
committer | Chuck Lever <[email protected]> | 2021-03-22 10:19:04 -0400 |
commit | e7a833e9cc6c3b58fe94f049d2b40943cba07086 (patch) | |
tree | 405d81b441122ed85459846765355cee5024c489 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 792a5112aa90e59c048b601c6382fe3498d75db7 (diff) |
nfsd: don't ignore high bits of copy count
Note size_t is 32-bit on a 32-bit architecture, but cp_count is defined
by the protocol to be 64 bit, so we could be turning a large copy into a
0-length copy here.
Reported-by: <[email protected]>
Signed-off-by: J. Bruce Fields <[email protected]>
Signed-off-by: Chuck Lever <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions