mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 13:43:47 +01:00
6 lines
214 B
Plaintext
6 lines
214 B
Plaintext
o Code simplifications and refactoring
|
|
- Use the smartlist_add_asprintf alias more consistently
|
|
throughout the codebase.
|
|
- Convert more instances of tor_snprintf+tor_strdup into
|
|
tor_asprintf.
|