tor/changes/ticket24726
teor beedf5fd81
Remove commas and equals signs from external string inputs to the fallback list
This makes sure that list parsers only see one comma per fallback entry,
and only see one equals sign per field.

Implements ticket 24726.
2018-01-05 13:27:22 +11:00

5 lines
211 B
Plaintext

o Minor features (fallback directory mirrors):
- Remove commas and equals signs from external string inputs to the
fallback list. This avoids format confusion attacks.
Implements ticket 24726.