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
ef345ab5
Unverified
Commit
ef345ab5
authored
Aug 12, 2019
by
teor
Browse files
Merge remote-tracking branch 'tor-github/pr/937' into maint-0.3.5
parents
9be65c44
85ff6f91
Changes
2
Hide whitespace changes
Inline
Side-by-side
changes/bug30148
0 → 100644
View file @
ef345ab5
o Minor bugfixes (memory leak):
- Avoid a minor memory leak that could occur on relays when
creating a keys directory failed. Fixes bug 30148; bugfix on
0.3.3.1-alpha.
src/feature/relay/routerkeys.c
View file @
ef345ab5
...
...
@@ -188,7 +188,7 @@ load_ed_keys(const or_options_t *options, time_t now)
/* Check/Create the key directory */
if
(
create_keys_directory
(
options
)
<
0
)
return
-
1
;
goto
err
;
char
*
fname
;
if
(
options
->
master_key_fname
)
{
...
...
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