mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 06:48:05 +01:00
Resolve stack corruption identified by edmanw in connection_edge_end(). Thanks!
svn:r5020
This commit is contained in:
parent
2939b18935
commit
93c1d37d5f
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue