mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 22:58:50 +01:00
wait a minute, weasel said there was a memory-stomping bug here
let's see if we find it svn:r1639
This commit is contained in:
parent
4ec4c800d7
commit
359c1fb9aa
1 changed files with 2 additions and 0 deletions
|
@ -950,6 +950,8 @@ int connection_ap_handshake_attach_circuit(connection_t *conn) {
|
||||||
}
|
}
|
||||||
rendcirc->timestamp_dirty = time(NULL);
|
rendcirc->timestamp_dirty = time(NULL);
|
||||||
introcirc->timestamp_dirty = time(NULL);
|
introcirc->timestamp_dirty = time(NULL);
|
||||||
|
assert_circuit_ok(rendcirc);
|
||||||
|
assert_circuit_ok(introcirc);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue