summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-09-07 09:20:00 -0400
committerNick Mathewson <nickm@torproject.org>2017-09-07 09:20:00 -0400
commit12dad5ebf798232111919d5498f522d5b3f146a5 (patch)
tree46672edcf553801c587149abb0a29617b477e0e9 /changes
parent9696021593d28a7ae3b6a88ac57ff31234b469f5 (diff)
downloadtor-12dad5ebf798232111919d5498f522d5b3f146a5.tar.gz
tor-12dad5ebf798232111919d5498f522d5b3f146a5.zip
Fix crashes on empty +HSPOST and +POSTDESCRIPTOR commands
Fixes bug 22644; bugfix on 0.2.7.1-alpha and 0.2.0.1-alpha respectively.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug226445
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug22644 b/changes/bug22644
new file mode 100644
index 0000000000..9b8742edaf
--- /dev/null
+++ b/changes/bug22644
@@ -0,0 +1,5 @@
+ o Minor bugfixes (controller):
+ - Do not crash when receiving a POSTDESCRIPTOR command with an
+ empty body. Fixes part of bug 22644; bugfix on 0.2.0.1-alpha.
+ - Do not crash when receiving a HSPOST command with an empty body.
+ Fixes part of bug 22644; bugfix on 0.2.7.1-alpha.