mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 05:03:43 +01:00
e62b8bce5a
The hs_metrics_failed_rdv() macro could pass a NULL value for the identity key when a building circuit would end up in a failure path *before* the "hs_ident" was able to be set which leading to this assert. This was introduced in 0.4.8.1-alpha with the addition of rendezvous circuit failure metrics for the MetricsPort. This fixes TROVE-2023-006 for which its severity is considered high. Signed-off-by: David Goulet <dgoulet@torproject.org>
5 lines
240 B
Plaintext
5 lines
240 B
Plaintext
o Major bugfixes (onion service, TROVE-2023-006):
|
|
- Fix a possible hard assert on a NULL pointer when recording a failed
|
|
rendezvous circuit on the service side for the MetricsPort. Fixes bug
|
|
40883; bugfix on 0.4.8.1-alpha
|