diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-04-18 13:53:13 -0700 |
---|---|---|
committer | Robert Ransom <rransom.8774@gmail.com> | 2011-04-18 13:53:13 -0700 |
commit | 48bdc2f729cba1a22305f6150d230cf0334ebd55 (patch) | |
tree | 13d7602c04fa777685f76a0b3258786a93e24a83 /changes/bug2948 | |
parent | 130db1bdebb7089d78db6d3e0f7497ac5ee71f73 (diff) | |
download | tor-48bdc2f729cba1a22305f6150d230cf0334ebd55.tar.gz tor-48bdc2f729cba1a22305f6150d230cf0334ebd55.zip |
Correct HS descriptor length check
Fixes bug 2948.
Diffstat (limited to 'changes/bug2948')
-rw-r--r-- | changes/bug2948 | 7 |
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. + + |