summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorGeorge Kadianakis <desnacked@riseup.net>2017-08-17 23:13:15 +0300
committerGeorge Kadianakis <desnacked@riseup.net>2017-08-21 19:16:45 +0300
commit1491c0d024130a5699ae9acbeb2263d9d6ca2c3c (patch)
treeab30ca177cb6baa196ee08e01f53e1d849026269 /changes
parent45732a1a13cb05107f5822afed0c01388096be27 (diff)
downloadtor-1491c0d024130a5699ae9acbeb2263d9d6ca2c3c.tar.gz
tor-1491c0d024130a5699ae9acbeb2263d9d6ca2c3c.zip
Fix triggerable BUG() when decoding hsv3 descriptors.
Also improve the unittest to make sure it catches the right error.
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".