summaryrefslogtreecommitdiff
path: root/changes/bug5647
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2012-04-18 23:02:09 -0400
committerNick Mathewson <nickm@torproject.org>2012-04-18 23:02:09 -0400
commitf6afd4efa6c24fab8ace710fc0eac4c8811b93dd (patch)
tree48365c35949cf0f9d64d54f34314000dfc8a0369 /changes/bug5647
parent2d276ab9d9193d5152fe2599e9d39f2df9ea7d43 (diff)
downloadtor-f6afd4efa6c24fab8ace710fc0eac4c8811b93dd.tar.gz
tor-f6afd4efa6c24fab8ace710fc0eac4c8811b93dd.zip
Fix a log-uninitialized-buffer bug.
Fix for 5647; bugfix on 0.2.1.5-alpha.
Diffstat (limited to 'changes/bug5647')
-rw-r--r--changes/bug56474
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug5647 b/changes/bug5647
new file mode 100644
index 0000000000..92f41c8559
--- /dev/null
+++ b/changes/bug5647
@@ -0,0 +1,4 @@
+ o Major bugfixes:
+ - Avoid logging uninitialized data when unable to decode a hidden
+ service descriptor cookie. Fixes bug 5647; bugfix on 0.2.1.5-alpha.
+