summaryrefslogtreecommitdiff
path: root/changes/clean_asprintf
blob: ebaabd775f4099a082d1b660957a1d03d0c24055 (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.