mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 22:58:50 +01:00
5 lines
214 B
Text
5 lines
214 B
Text
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.
|