mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-25 23:21:38 +01:00
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.
3 lines
174 B
Text
3 lines
174 B
Text
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.
|