mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
b7566d465f
Fix for 22924. Bugfix on 0.2.9.1-alpha when the test was introducd -- though it couldn't actually overflow until we fixed 17750. Additionally, this only seems to overflow on 32-bit, and only when the compiler doesn't re-order the (possibly dead) assignment out of the way. We ran into it on a 32-bit ubuntu trusty builder.
5 lines
224 B
Plaintext
5 lines
224 B
Plaintext
o Minor bugfies (tests):
|
|
- Fix a signed-integer overflow in the unit tests for
|
|
dir/download_status_random_backoff, which was untriggered until we
|
|
fixed bug 17750. Fixes bug 22924; bugfix on 0.2.9.1-alpha.
|