blob: d6f0595a59cd8b7a96a1cfc50fc8e2be155b56ee (
plain)
1
2
3
4
5
|
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.
|