mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
Merge branch 'maint-0.3.3' into maint-0.3.4
This commit is contained in:
commit
8f689e0eb2
4
changes/bug27708
Normal file
4
changes/bug27708
Normal file
@ -0,0 +1,4 @@
|
||||
o Major bugfixes (restart-in-process):
|
||||
- Fix a use-after-free error that could be caused by passing Tor an
|
||||
impossible set of options that would fail during options_act().
|
||||
Fixes bug 27708; bugfix on 0.3.3.1-alpha.
|
@ -874,6 +874,7 @@ set_options(or_options_t *new_val, char **msg)
|
||||
"Acting on config options left us in a broken state. Dying.");
|
||||
tor_shutdown_event_loop_and_exit(1);
|
||||
}
|
||||
global_options = old_options;
|
||||
return -1;
|
||||
}
|
||||
/* Issues a CONF_CHANGED event to notify controller of the change. If Tor is
|
||||
|
Loading…
Reference in New Issue
Block a user