mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
Merge branch 'tor-github/pr/937'
This commit is contained in:
commit
d885ed867f
4
changes/bug30148
Normal file
4
changes/bug30148
Normal file
@ -0,0 +1,4 @@
|
||||
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.
|
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user