Merge branch 'maint-0.2.4' into maint-0.2.5
[tor.git] / changes / bug16360-failed-crypto-early-init
blob21972bce52d8e676de228c734c66855dfc43703d
1   o Minor bugfixes (crypto error-handling):
2     - If crypto_early_init fails, a typo in a return value from tor_init
3       means that tor_main continues running, rather than returning
4       an error value.
5       Fixes bug 16360; bugfix on d3fb846d8c98 in 0.2.5.2-alpha,
6       introduced when implementing #4900.
7       Patch by "teor".