mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
0cf2c01dbd
(Specifically, we reject all the ones that aren't NUL-terminated, since a NUL-terminated thing can't have a NUL in the middle.) Another fix for #8037.
9 lines
325 B
Plaintext
9 lines
325 B
Plaintext
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.
|