Merge branch 'tor-github/pr/1114' into maint-0.4.1

This commit is contained in:
George Kadianakis
2019-06-26 10:51:12 +03:00
2 changed files with 5 additions and 0 deletions
+1
View File
@@ -225,6 +225,7 @@ config_assign_value(const config_format_t *fmt, void *options,
tor_asprintf(msg,
"Interval '%s %s' is malformed or out of bounds.",
c->key, c->value);
tor_free(tmp);
return -1;
}
*(int *)lvalue = i;