diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-12-20 09:34:25 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-12-20 09:37:18 -0500 |
commit | accd0ea65bb817ad8f2361c5ca06c40ac9a9a11f (patch) | |
tree | e8f11a2682cc219fcda06a792aa883e9620a616c /changes/bug24633 | |
parent | eecfed0cd2c8c92175106e211d1662fa43fc60bc (diff) | |
download | tor-accd0ea65bb817ad8f2361c5ca06c40ac9a9a11f.tar.gz tor-accd0ea65bb817ad8f2361c5ca06c40ac9a9a11f.zip |
Fix the clz32 and clz64 settings on MSVC.
Fixes bug 24633; bugfix on 0.2.9.1-alpha.
Diffstat (limited to 'changes/bug24633')
-rw-r--r-- | changes/bug24633 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug24633 b/changes/bug24633 new file mode 100644 index 0000000000..028c7cc143 --- /dev/null +++ b/changes/bug24633 @@ -0,0 +1,5 @@ + o Minor bugfixes (portability, msvc): + - Fix a bug in the bit-counting parts of our timing-wheel code on + MSVC. (Note that MSVC is still not a supported build platform, + due to cyptographic timing channel risks.) Fixes bug 24633; + bugfix on 0.2.9.1-alpha. |