mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
9dc53bc68f
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.
5 lines
203 B
Plaintext
5 lines
203 B
Plaintext
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.
|