From: Nick Mathewson Date: Mon, 6 Apr 2015 13:24:16 +0000 (-0400) Subject: Changes file for bug15601 X-Git-Tag: tor-0.2.4.27~2^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7451b4cafededa95da0099ea2444224d941eef52;p=thirdparty%2Ftor.git Changes file for bug15601 --- diff --git a/changes/bug15601 b/changes/bug15601 new file mode 100644 index 0000000000..2cc880af7f --- /dev/null +++ b/changes/bug15601 @@ -0,0 +1,4 @@ + o Major bugfixes (security, hidden service): + - Fix a bug that could cause a client to crash with an assertion + failure when parsing a malformed hidden service descriptor. + Fixes bug 15601; bugfix on 0.2.1.5-alpha. Found by "DonnCha".