mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
43ffd023e9
None of the comparisons were _broken_ previously, but avoiding signed/unsigned comparisons makes everybody happier. Fixes bug2475.
6 lines
259 B
Plaintext
6 lines
259 B
Plaintext
o Minor bugfixes:
|
|
- Avoid signed/unsigned comparisons by making SIZE_T_CEILING unsigned.
|
|
(None of the cases where we did this before were wrong, but by making
|
|
this change we can avoid warnings.) Fixes bug2475; bugfix on
|
|
Tor 0.2.1.28.
|