From eb5d05f696a2de7572427ae55c35816e01796efc Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Thu, 8 Jun 2017 09:20:53 -0400 Subject: [PATCH] Another changes fix. --- changes/trove-2017-004 | 4 ++-- 1 file 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.