mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
4bb831e087
For whatever reason, in my testing, using memchr() here improves performance over strchr() by a great deal. Fixes bug 24826; bugfix on 0.3.1.1-alpha.
5 lines
243 B
Plaintext
5 lines
243 B
Plaintext
o Minor bugfixes (performance, fragile-hardening):
|
|
- Improve the performance of our consensus-diff application code when Tor
|
|
is built with the --enable-fragile-hardening option set. Fixes bug
|
|
24826; bugfix on 0.3.1.1-alpha.
|