mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
c4cb969a2a
When option validation or transition is happening, there are no "current options" -- only "old options" and "maybe new options". Looking at get_options() is likely a mistake, so have a nonfatal assertion let us know if we do that. Closes 22281.
4 lines
174 B
Plaintext
4 lines
174 B
Plaintext
o Minor features (bug detection):
|
|
- Log a warning message, with stack trace, for any attempt to call
|
|
get_options() during option validation. Closes ticket 22281.
|