tor/changes/ticket28852
Nick Mathewson 9dc53bc68f Remove a needless memset() in get_token_arguments()
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.
2018-12-14 14:48:12 -05:00

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.