mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-20 10:12:15 +01:00
Merge branch 'maint-0.2.9' into maint-0.3.0
This commit is contained in:
commit
3bca705c54
3
changes/bug24480
Normal file
3
changes/bug24480
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
o Minor bugfixes (compilation):
|
||||||
|
- Fix a signed/unsigned comparison warning introduced by our
|
||||||
|
fix to TROVE-2017-009. Fixes bug 24480; bugfix on 0.2.5.16.
|
@ -1879,7 +1879,7 @@ rend_service_receive_introduction(origin_circuit_t *circuit,
|
|||||||
time_t now = time(NULL);
|
time_t now = time(NULL);
|
||||||
time_t elapsed;
|
time_t elapsed;
|
||||||
int replay;
|
int replay;
|
||||||
size_t keylen;
|
ssize_t keylen;
|
||||||
|
|
||||||
/* Do some initial validation and logging before we parse the cell */
|
/* Do some initial validation and logging before we parse the cell */
|
||||||
if (circuit->base_.purpose != CIRCUIT_PURPOSE_S_INTRO) {
|
if (circuit->base_.purpose != CIRCUIT_PURPOSE_S_INTRO) {
|
||||||
|
Loading…
Reference in New Issue
Block a user