diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-09-14 09:54:08 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-09-14 09:54:08 -0400 |
commit | 6492a75b9f23ff4d22aa4b4ffa2fe4a4f7193bad (patch) | |
tree | 116dbb183798fceb748fc5ef0b6be33dc8ef662d /changes | |
parent | 9ab3b332aec076451dd93d11ce7ce1fd81ff7294 (diff) | |
parent | 37953497d8689bdde65837b00f56bf8ff1e0e459 (diff) | |
download | tor-6492a75b9f23ff4d22aa4b4ffa2fe4a4f7193bad.tar.gz tor-6492a75b9f23ff4d22aa4b4ffa2fe4a4f7193bad.zip |
Merge branch 'bug6831_v2'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug6831 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug6831 b/changes/bug6831 new file mode 100644 index 0000000000..ac4775ba83 --- /dev/null +++ b/changes/bug6831 @@ -0,0 +1,4 @@ + o Minor bugfixes: + - Fix round_to_power_of_2 so it doesn't invoke undefined behavior + with large values. This was untriggered, but nevertheless incorrect. + Fixes bug 6831; bugfix on 0.2.0.1-alpha. |