aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-04-06 09:24:16 -0400
committerNick Mathewson <nickm@torproject.org>2015-04-06 09:24:16 -0400
commit7451b4cafededa95da0099ea2444224d941eef52 (patch)
tree5b2639f29de5b7d38427f8a9697580938a980760
parentdc3cb0008085d173800724304573dc4ed341c793 (diff)
downloadtor-7451b4cafededa95da0099ea2444224d941eef52.tar.gz
tor-7451b4cafededa95da0099ea2444224d941eef52.zip
Changes file for bug15601
-rw-r--r--changes/bug156014
1 files changed, 4 insertions, 0 deletions
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".