mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
2da4d64a64
Our dimap code asserts if you try to add the same key twice; this can't happen if everything is running smoothly, but it's possible if you try to start a relay where secret_onion_key_ntor is the same as secret_onion_key_ntor.old. Fixes bug 30916; bugfix on 0.2.4.8-alpha when ntor keys were introduced.
5 lines
206 B
Plaintext
5 lines
206 B
Plaintext
o Minor bugfixes (relay):
|
|
- Avoid crashing when starting with a corrupt keys directory where
|
|
the old ntor key and the new ntor key are identical. Fixes bug 30916;
|
|
bugfix on 0.2.4.8-alpha.
|