diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-02-15 07:57:34 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-02-15 07:57:34 -0500 |
commit | cb6b3b7cadb641b648577e5d5536735222cc68da (patch) | |
tree | 56feb925e6e3e50cd2d27499538732100f5c4b76 /changes/bug21450 | |
parent | a1c3b391de98e73528d042a8b4c9d804b6d5bf57 (diff) | |
download | tor-cb6b3b7cadb641b648577e5d5536735222cc68da.tar.gz tor-cb6b3b7cadb641b648577e5d5536735222cc68da.zip |
Limit version numbers to 0...INT32_MAX.
Closes 21450; patch from teor.
Diffstat (limited to 'changes/bug21450')
-rw-r--r-- | changes/bug21450 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug21450 b/changes/bug21450 new file mode 100644 index 0000000000..a1cf89ab41 --- /dev/null +++ b/changes/bug21450 @@ -0,0 +1,4 @@ + o Minor bugfixes (voting consistency): + - Reject version numbers with components that exceed INT32_MAX. + Otherwise 32-bit and 64-bit platforms would behave inconsistently. + Fixes bug 21450; bugfix on 0.0.8pre1. |