mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-22 06:21:55 +01:00
channel_unregister() removes channels from the current smartlist while we're in a SMORTLIST_FOREACH loop. This only works by accident.
6 lines
282 B
Text
6 lines
282 B
Text
o Minor bugfixes:
|
|
- When calling channel_free_list(), avoid calling smartlist_remove()
|
|
while inside a FOREACH loop. This partially reverts commit
|
|
17356fe7fd96af where the correct SMARTLIST_DEL_CURRENT was
|
|
removed. Fixes bug 16929; bugfix on 0.2.4.4-alpha.
|
|
|