clean_asprintf 214 B

12345
  1. o Code simplifications and refactoring
  2. - Use the smartlist_add_asprintf alias more consistently
  3. throughout the codebase.
  4. - Convert more instances of tor_snprintf+tor_strdup into
  5. tor_asprintf.