mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-14 07:03:44 +01:00
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.
|