tor/changes/clean_asprintf
2012-01-16 15:07:47 -05:00

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.