diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-06-08 09:20:53 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-06-08 09:20:53 -0400 |
commit | eb5d05f696a2de7572427ae55c35816e01796efc (patch) | |
tree | 5d0966944b29b74400794934624ebc2694c622ae /changes | |
parent | 0c46dc8097a3231cb2e5cb56365a8db8860b4079 (diff) | |
download | tor-eb5d05f696a2de7572427ae55c35816e01796efc.tar.gz tor-eb5d05f696a2de7572427ae55c35816e01796efc.zip |
Another changes fix.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/trove-2017-004 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/changes/trove-2017-004 b/changes/trove-2017-004 index aa901456b0..eb0789de01 100644 --- a/changes/trove-2017-004 +++ b/changes/trove-2017-004 @@ -1,8 +1,8 @@ o Major bugfixes (hidden service, relay, security): - - Fix an assertion failure when an hidden service handles a + - Fix an assertion failure when a hidden service handles a malformed BEGIN cell. This bug resulted in the service crashing triggered by a tor_assert(). Fixes bug 22493, tracked as - TROVE-2017-004 and as CVE-2017-0375; bugfix on tor-0.3.0.1-alpha. + TROVE-2017-004 and as CVE-2017-0375; bugfix on 0.3.0.1-alpha. Found by armadev. |