tor/changes/bug27861
Nick Mathewson d0b2b5a202 Always initialize the periodic events list.
Various places in our code try to activate these events or check
their status, so we should make sure they're initialized as early as
possible.  Fixes bug 27861; bugfix on 0.3.5.1-alpha.
2018-09-27 13:24:36 -04:00

5 lines
222 B
Plaintext

o Major bugfixes (initialization, crash):
- Fix an assertion crash that would stop Tor from starting up if
the code tried to activate a periodic event too early. Fixes bug
27861; bugfix on 0.3.5.1-alpha.