Merge branch 'maint-0.4.8' into release-0.4.8

This commit is contained in:
David Goulet
2023-10-30 13:46:19 -04:00
2 changed files with 7 additions and 0 deletions
+4
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.
+3
View File
@@ -1975,6 +1975,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: