Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mike Perry
Tor
Commits
364922e3
Commit
364922e3
authored
Nov 16, 2021
by
Mike Perry
Browse files
fixup! Implement congestion control parameter negotiation
spaces
parent
bdc94118
Pipeline
#18395
failed with stage
in 12 minutes and 8 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/core/crypto/onion_crypto.c
View file @
364922e3
...
...
@@ -274,7 +274,8 @@ negotiate_v3_ntor_server_circ_params(const uint8_t *param_request_msg,
*
resp_msg_out
=
tor_malloc_zero
(
resp_msg_len
);
resp_msg_len
=
circ_params_response_encode
(
*
resp_msg_out
,
resp_msg_len
,
&
resp
);
resp_msg_len
=
circ_params_response_encode
(
*
resp_msg_out
,
resp_msg_len
,
&
resp
);
if
(
resp_msg_len
<
0
)
{
tor_free
(
param_request
);
tor_free
(
*
resp_msg_out
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment