mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-28 14:23:30 +01:00
edcc9981d8
(To ensure correctness, in every case, make sure that the temporary variable is deleted, renamed, or lowered in scope, so we can't have any bugs related to accidentally relying on the no-longer-filled variable.)
4 lines
133 B
Plaintext
4 lines
133 B
Plaintext
o Code simplifications and refactoring
|
|
- Use the smartlist_add_asprintf alias more consistently
|
|
throughout the codebase.
|