aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2013-04-17 10:45:45 -0400
committerNick Mathewson <nickm@torproject.org>2013-04-17 10:45:45 -0400
commit42731f69efc1f7b0614a33cd6ea7a70903bfc98b (patch)
tree3b5d5e5eedb704f116d26367546c002ebf02d0ca /changes
parenta6545d6335cd7829cdc9c0d7ce2e61b775bcca1d (diff)
parent0cf2c01dbd9b86d396a55186e0656db33c7929d8 (diff)
downloadtor-42731f69efc1f7b0614a33cd6ea7a70903bfc98b.tar.gz
tor-42731f69efc1f7b0614a33cd6ea7a70903bfc98b.zip
Merge branch 'bug8037_squashed' into maint-0.2.4
Diffstat (limited to 'changes')
-rw-r--r--changes/bug80378
1 files changed, 8 insertions, 0 deletions
diff --git a/changes/bug8037 b/changes/bug8037
new file mode 100644
index 0000000000..989745fc39
--- /dev/null
+++ b/changes/bug8037
@@ -0,0 +1,8 @@
+ o Minor bugfixes:
+ - Correctly store microdescriptors and extrainfo descriptors with
+ an internal NUL byte. Fixes bug 8037; bugfix on 0.2.0.1-alpha.
+ Bug reported by "cypherpunks".
+
+ o Minor features:
+ - Reject as invalid most directory objects containing a
+ NUL. Belt-and-suspender fix for bug 8037.