mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
3dd1f064a7
The old implementation did some funky out-of-order lexing, and tended to parse every port twice if the %d-%d pattern didn't match. Closes ticket 28853.
4 lines
167 B
Plaintext
4 lines
167 B
Plaintext
o Minor features (performance):
|
|
- Replace parse_short_policy() with a faster implementation, to improve
|
|
microdescriptor parsing time. Closes ticket 28853.
|