mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
8a0ea3ee43
This resolves two issues: * the checks in rend_add_services were only being performed when adding the service, and not when the service was validated, (this meant that duplicate checks were not being performed, and some SETCONF commands appeared to succeed when they actually failed), and * if one service failed while services were being added, then the service list would be left in an inconsistent state (tor dies when this happens, but the code is cleaner now). Fixes #20860.
5 lines
244 B
Plaintext
5 lines
244 B
Plaintext
o Minor bugfixes (hidden services):
|
|
- Stop ignoring duplicate hidden services when validating: this could
|
|
lead to a crash when those services were created.
|
|
Fixes bug 20860; bugfix on 20559; not in any released version of tor.
|