mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-27 22:03:31 +01:00
Initialize destroy_cell_queue.
Likely fix for the crash bug of #9296, which was introduced through a combination of #7912 and #8586. Bugfix not in any released Tor.
This commit is contained in:
parent
e1d3b44495
commit
18845c5507
@ -383,6 +383,7 @@ circuitmux_alloc(void)
|
||||
rv = tor_malloc_zero(sizeof(*rv));
|
||||
rv->chanid_circid_map = tor_malloc_zero(sizeof(*( rv->chanid_circid_map)));
|
||||
HT_INIT(chanid_circid_muxinfo_map, rv->chanid_circid_map);
|
||||
cell_queue_init(&rv->destroy_cell_queue);
|
||||
|
||||
return rv;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user