diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-12-01 12:13:40 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-12-01 12:13:40 -0500 |
commit | cf3da63b9023875e93c05d30fb6d76e047bebe70 (patch) | |
tree | a616a5fa19431ebf098468e5ff097382943056c1 /changes | |
parent | 66e99096b32e4b10620eef40a66228b027a54106 (diff) | |
parent | b86c9acac360c23749f007c29f1bdd7b8347c18d (diff) | |
download | tor-cf3da63b9023875e93c05d30fb6d76e047bebe70.tar.gz tor-cf3da63b9023875e93c05d30fb6d76e047bebe70.zip |
Merge branch 'maint-0.3.2'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug24480 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug24480 b/changes/bug24480 new file mode 100644 index 0000000000..94e5b91a0c --- /dev/null +++ b/changes/bug24480 @@ -0,0 +1,3 @@ + o Minor bugfixes (compilation): + - Fix a signed/unsigned comparison warning introduced by our + fix to TROVE-2017-009. Fixes bug 24480; bugfix on 0.2.5.16. |