aboutsummaryrefslogtreecommitdiff
path: root/changes/bug2475
diff options
context:
space:
mode:
Diffstat (limited to 'changes/bug2475')
-rw-r--r--changes/bug24755
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug2475 b/changes/bug2475
new file mode 100644
index 000000000..d6f0595a5
--- /dev/null
+++ b/changes/bug2475
@@ -0,0 +1,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.