mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-28 06:13:31 +01:00
Resolve stack corruption identified by edmanw in connection_edge_end(). Thanks!
svn:r5020
This commit is contained in:
parent
2939b18935
commit
93c1d37d5f
@ -173,7 +173,7 @@ connection_edge_destroy(uint16_t circ_id, connection_t *conn)
|
||||
int
|
||||
connection_edge_end(connection_t *conn, char reason, crypt_path_t *cpath_layer)
|
||||
{
|
||||
char payload[5];
|
||||
char payload[9];
|
||||
size_t payload_len=1;
|
||||
circuit_t *circ;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user