
6 Apr
2015
6 Apr
'15
1:32 p.m.
commit 7451b4cafededa95da0099ea2444224d941eef52 Author: Nick Mathewson <nickm@torproject.org> Date: Mon Apr 6 09:24:16 2015 -0400 Changes file for bug15601 --- changes/bug15601 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/changes/bug15601 b/changes/bug15601 new file mode 100644 index 0000000..2cc880a --- /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".