mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
2a50dd9359
We would never actually enforce multiplicity rules when parsing annotations, since the counts array never got entries added to it for annotations in the token list that got added by earlier calls to tokenize_string. Found by piebeer.
11 lines
419 B
Plaintext
11 lines
419 B
Plaintext
o Major bugfixes
|
|
- Do even more to reject (and not just ignore) annotations on
|
|
router descriptors received anywhere but from the cache.
|
|
Previously we would ignore such annotations at first, but cache
|
|
them to disk anyway. Bugfix on 0.2.0.8-alpha. Found by piebeer.
|
|
|
|
o Minor bugfixes
|
|
- Enforce multiplicity rules when parsing annotations. Bugfix on
|
|
0.2.0.8-alpha. Found by piebeer.
|
|
|