mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-28 14:23:30 +01:00
4 lines
176 B
Plaintext
4 lines
176 B
Plaintext
|
o Code simplification and refactoring:
|
||
|
- Rename tor_mem_is_zero() to fast_mem_is_zero(), to emphasize that
|
||
|
it is not a constant-time function. Closes ticket 30309.
|