Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
Core
Tor
Commits
4662cbec
Unverified
Commit
4662cbec
authored
Aug 30, 2019
by
teor
Browse files
Merge remote-tracking branch 'tor-github/pr/1114' into maint-0.3.5
parents
190386f1
4ab1d1c0
Changes
2
Hide whitespace changes
Inline
Side-by-side
changes/bug30894
0 → 100644
View file @
4662cbec
o Minor bugfixes (memory leaks):
- Fix a trivial memory leak when parsing an invalid value
from a download schedule in the configuration. Fixes bug
30894; bugfix on 0.3.4.1-alpha.
src/app/config/confparse.c
View file @
4662cbec
...
...
@@ -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
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment