diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-01-26 18:01:06 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-01-26 18:01:06 -0500 |
commit | acd72d4e3e47c2d81d9f3586d227069b9c87094e (patch) | |
tree | 67671109ff5e30cb0f539ab28ae6e9e5e07cc7f4 /changes/bug8037 | |
parent | dfbd19df418347d833df650e68367c96a3aa37ad (diff) | |
download | tor-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/bug8037 | 4 |
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". |