mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 22:58:50 +01:00
(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.
8 lines
325 B
Text
8 lines
325 B
Text
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.
|