blob: 61382010e6731a2d526bf7e7a1cf68c499f83ae3 (
plain)
1
2
3
4
5
|
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.
|