summaryrefslogtreecommitdiff
path: root/changes/bug8037
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2013-01-26 18:01:06 -0500
committerNick Mathewson <nickm@torproject.org>2013-01-26 18:01:06 -0500
commitacd72d4e3e47c2d81d9f3586d227069b9c87094e (patch)
tree67671109ff5e30cb0f539ab28ae6e9e5e07cc7f4 /changes/bug8037
parentdfbd19df418347d833df650e68367c96a3aa37ad (diff)
downloadtor-acd72d4e3e47c2d81d9f3586d227069b9c87094e.tar.gz
tor-acd72d4e3e47c2d81d9f3586d227069b9c87094e.zip
Correctly copy microdescs/extrinfos with internal NUL bytes
Fixes bug 8037; bugfix on 0.2.0.1-alpha; reported by cypherpunks.
Diffstat (limited to 'changes/bug8037')
-rw-r--r--changes/bug80374
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug8037 b/changes/bug8037
new file mode 100644
index 0000000000..5f3c1a3a8f
--- /dev/null
+++ b/changes/bug8037
@@ -0,0 +1,4 @@
+ 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".