diff options
author | tiptorrent development team <tiptorrent@soleta.eu> | 2021-09-08 17:26:20 +0200 |
---|---|---|
committer | tiptorrent development team <tiptorrent@soleta.eu> | 2021-09-29 15:47:58 +0200 |
commit | a3ea1452906989994d8d27830df754c8117edcd7 (patch) | |
tree | 1b54d055554af5f746669292f818089e264bd0be /tests/network-setup.sh | |
parent | 9523d7d8fd7840dbc4d94fa3a2bd45e01050612c (diff) |
Add ULL postfix to FILE_SIZE_THRESHOLD to avoid using int
Otherwise, cli->size > FILE_SIZE_THRESHOLD uses 32-bit integer which
overflows with very large files. Use ULL to enforce 64-bits.
Diffstat (limited to 'tests/network-setup.sh')
0 files changed, 0 insertions, 0 deletions