mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
870874fec8
When we parse a CLEAR line (e.g., "/OrPort" or /OrPort blah blah"), we always suppress the value, even if one exists. That means that the block of code was meant to handle CLEAR lines didn't actually do anything, since we previously handled them the same way as with other empty values. Closes ticket 31529.
6 lines
289 B
Plaintext
6 lines
289 B
Plaintext
o Minor features (debugging):
|
|
- Log a nonfatal assertion failure if we encounter a configuration
|
|
line whose command is "CLEAR" but which has a nonempty value.
|
|
This should be impossible, according to the rules of our
|
|
configuration line parsing. Closes ticket 31529.
|