summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-08-21 14:20:38 -0400
committerNick Mathewson <nickm@torproject.org>2017-08-21 14:20:38 -0400
commit9944fd92ceaa1614d6a54e47c39c2670c4fd66af (patch)
tree82f9424810d2954fd1f0d0b8c27da5ade8c2c9f5 /changes
parent4d5e8378be3848c07a9b1026924e879e5642903f (diff)
parent6be0e28670517048ce3ab017911cd41238543a13 (diff)
downloadtor-9944fd92ceaa1614d6a54e47c39c2670c4fd66af.tar.gz
tor-9944fd92ceaa1614d6a54e47c39c2670c4fd66af.zip
Merge branch 'maint-0.3.1' into release-0.3.1
Diffstat (limited to 'changes')
-rw-r--r--changes/bug232334
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug23233 b/changes/bug23233
new file mode 100644
index 0000000000..689a99a2a8
--- /dev/null
+++ b/changes/bug23233
@@ -0,0 +1,4 @@
+ o Minor bugfixes (hidden service):
+ - Fix a BUG alert during HSv3 descriptor decoding that could trigger with a
+ specially crafted descriptor. Fixes bug #23233; bugfix on 0.3.0.1-alpha.
+ Bug found by "haxxpop".