mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
13cf964453
This patch removes a call to `tor_assert_nonfatal()` if
`extend_info_from_node()` returns NULL. This is unnecessary as we
already handle the case where `info` is NULL in the next `if (!info) {
... }` block in the code.
See: tor#32666.
4 lines
187 B
Plaintext
4 lines
187 B
Plaintext
o Minor bugfixes (onion services):
|
|
- Avoid a non-fatal assertion in certain edge-cases when establishing a
|
|
circuit to onion service. Fixes bug 32666; bugfix on 0.3.0.3-alpha.
|