diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-04-12 12:24:36 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-04-12 12:30:36 -0400 |
commit | 46795a7be63b9a1b90a59fcf9efda4f4f1eacc37 (patch) | |
tree | c19614937bdc61d65da6f46dc2e6fd1a99316148 /doc | |
parent | 4aaa4215e7e11f318c5a50124e29dc0b50ce21e1 (diff) | |
download | tor-46795a7be63b9a1b90a59fcf9efda4f4f1eacc37.tar.gz tor-46795a7be63b9a1b90a59fcf9efda4f4f1eacc37.zip |
Attempt to fix 32-bit clang builds, which broke with 31508a0abccfee1cd
When size_t is 32 bits, the unit tests can't fit anything more than
4GB-1 into a size_t.
Additionally, tt_int_op() uses "long" -- we need tt_u64_op() to
safely test uint64_t values for equality.
Bug caused by tests for #24782 fix; not in any released Tor.
Diffstat (limited to 'doc')
0 files changed, 0 insertions, 0 deletions