diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-04-27 22:14:28 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-04-27 22:14:28 -0400 |
commit | 0130e7c9d2842ad58e1b84829aeab16a2efba3bb (patch) | |
tree | c85e068a47b3668c714d24d80b839ddf7bad6a97 /changes | |
parent | 7f85509a59b88173ac6060cd5925e28415f016b4 (diff) | |
parent | 43ffd023e9267927539dc9c12bee86199cd1c800 (diff) | |
download | tor-0130e7c9d2842ad58e1b84829aeab16a2efba3bb.tar.gz tor-0130e7c9d2842ad58e1b84829aeab16a2efba3bb.zip |
Merge remote-tracking branch 'origin/maint-0.2.1' into maint-0.2.2
Conflicts:
src/common/torint.h
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug2475 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug2475 b/changes/bug2475 new file mode 100644 index 0000000000..d6f0595a59 --- /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. |