]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Changes file for bug15601
authorNick Mathewson <nickm@torproject.org>
Mon, 6 Apr 2015 13:24:16 +0000 (09:24 -0400)
committerNick Mathewson <nickm@torproject.org>
Mon, 6 Apr 2015 13:24:16 +0000 (09:24 -0400)
changes/bug15601 [new file with mode: 0644]

diff --git a/changes/bug15601 b/changes/bug15601
new file mode 100644 (file)
index 0000000..2cc880a
--- /dev/null
@@ -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".