summaryrefslogtreecommitdiff
path: root/changes/bug2948
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2011-04-18 13:53:13 -0700
committerRobert Ransom <rransom.8774@gmail.com>2011-04-18 13:53:13 -0700
commit48bdc2f729cba1a22305f6150d230cf0334ebd55 (patch)
tree13d7602c04fa777685f76a0b3258786a93e24a83 /changes/bug2948
parent130db1bdebb7089d78db6d3e0f7497ac5ee71f73 (diff)
downloadtor-48bdc2f729cba1a22305f6150d230cf0334ebd55.tar.gz
tor-48bdc2f729cba1a22305f6150d230cf0334ebd55.zip
Correct HS descriptor length check
Fixes bug 2948.
Diffstat (limited to 'changes/bug2948')
-rw-r--r--changes/bug29487
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/bug2948 b/changes/bug2948
new file mode 100644
index 0000000000..640ef625d9
--- /dev/null
+++ b/changes/bug2948
@@ -0,0 +1,7 @@
+ o Minor bugfixes
+ - Only limit the lengths of single HS descriptors, even when
+ multiple HS descriptors are published to an HSDir relay in a
+ single POST operation. Fixes bug 2948; bugfix on 0.2.1.5-alpha.
+ Found by hsdir.
+
+