0
0
mirror of https://gitlab.torproject.org/tpo/core/tor.git synced 2024-09-20 04:12:13 +02:00

Merge branch 'maint-0.4.8'

This commit is contained in:
David Goulet 2023-10-30 13:46:20 -04:00
commit 7fe80138e3
2 changed files with 7 additions and 0 deletions

4
changes/bug40878 Normal file
View File

@ -0,0 +1,4 @@
o Minor bugfixes (vanguards addon support):
- Count the conflux linked cell as valid when it is successfully
processed. This will quiet a spurious warn in the vanguards addon.
Fixes bug 40878; bugfix on 0.4.8.1-alpha.

View File

@ -1990,6 +1990,9 @@ conflux_process_linked(circuit_t *circ, crypt_path_t *layer_hint,
connection_ap_attach_pending(1);
}
/* This cell is now considered valid for clients. */
circuit_read_valid_data(TO_ORIGIN_CIRCUIT(circ), cell_len);
goto end;
close: