diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-06-16 10:16:04 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-06-16 10:16:04 -0400 |
commit | 41cb26c1696b2e91f6ffe28c98ab471b925de9e8 (patch) | |
tree | ef4ab6198667a0fd44f4fb5085cf9306ffc6b3b5 /changes | |
parent | f05a213fe1706ce3ba76e12dc8e6f36f74c92794 (diff) | |
download | tor-41cb26c1696b2e91f6ffe28c98ab471b925de9e8.tar.gz tor-41cb26c1696b2e91f6ffe28c98ab471b925de9e8.zip |
Correct the rounding behavior on tv_mdiff.
Fix for bug 19428.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug19428 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug19428 b/changes/bug19428 new file mode 100644 index 0000000000..32d293eb8e --- /dev/null +++ b/changes/bug19428 @@ -0,0 +1,5 @@ + - Minor bugfixes (timing): + o When computing the difference between two times in milliseconds, + we now round to the nearest millisecond correctly. Previously, + we could sometimes round in the wrong direction. Fixes bug 19428; + bugfix on 0.2.2.2-alpha. |