mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Use fast check for missing id in node_is_a_configured_bridge()
Fixes bug 30308; bugfix on 0.3.5.1-alpha.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
o Minor bugfixes (performance):
|
||||
- When checking a node for bridge status, use a fast check to make sure
|
||||
that its identity is set. Previously, we used a constant-time check,
|
||||
which is not necessary when verifying a BUG() condition that causes
|
||||
a stack trace. Fixes bug 30308; bugfix on 0.3.5.1-alpha.
|
||||
Reference in New Issue
Block a user