diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-09-13 10:08:51 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-09-13 10:08:51 -0400 |
commit | 582f2187a769ea723f6bf13bc91f7a4b3c861408 (patch) | |
tree | 91633fb239242a25e8978452e39b39a39b8dfc37 /changes | |
parent | a73dec16c539fd957ab09f242cd44b0a0858cd38 (diff) | |
parent | 1e68c213a24237b1733cfee3726aa646a805a5a9 (diff) | |
download | tor-582f2187a769ea723f6bf13bc91f7a4b3c861408.tar.gz tor-582f2187a769ea723f6bf13bc91f7a4b3c861408.zip |
Merge remote-tracking branch 'origin/maint-0.2.3'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug6827 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/changes/bug6827 b/changes/bug6827 new file mode 100644 index 0000000000..bf71d2b97c --- /dev/null +++ b/changes/bug6827 @@ -0,0 +1,9 @@ + o Minor bugfixes: + + - Avoid undefined behaviour when parsing the list of supported + rendezvous/introduction protocols in a hidden service + descriptor. Previously, Tor would have confused (as-yet-unused) + protocol version numbers greater than 32 with lower ones on many + platforms. Fixes bug 6827; bugfix on 0.2.0.10-alpha; found by + George Kadianakis. + |