Merge branch 'bug8037_squashed' into maint-0.2.4

This commit is contained in:
Nick Mathewson
2013-04-17 10:45:45 -04:00
4 changed files with 35 additions and 3 deletions
+8
View File
@@ -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.