mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 14:51:11 +01:00
I believe we originally added this for "just in case" safety, but it isn't actually needed -- we never copy uninitialized stack here. What's more, this one memset is showing up on our startup profiles, so we ought to remove it. Closes ticket 28852.
4 lines
203 B
Text
4 lines
203 B
Text
o Minor features (performance):
|
|
- Remove a needless memset() call from get_token_arguments,
|
|
thereby speeding up the tokenization of directory objects by about
|
|
20%. Closes ticket 28852.
|