Merge remote-tracking branch 'tor-github/pr/1417'

This commit is contained in:
Nick Mathewson
2019-10-22 08:36:32 -04:00
4 changed files with 9 additions and 1 deletions
+1
View File
@@ -550,6 +550,7 @@ process_vprintf(process_t *process,
char *data;
size = tor_vasprintf(&data, format, args);
tor_assert(data != NULL);
process_write(process, (uint8_t *)data, size);
tor_free(data);
}