Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
4979d5f3
Commit
4979d5f3
authored
Nov 16, 2018
by
Mark Andrews
Committed by
Evan Hunt
Nov 16, 2018
Browse files
cleanup allocated memory on error
parent
39ebebaa
Pipeline
#6871
passed with stages
in 12 minutes and 56 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
contrib/dlz/drivers/dlz_filesystem_driver.c
View file @
4979d5f3
...
...
@@ -655,7 +655,8 @@ fs_allnodes(const char *zone, void *driverarg, void *dbdata,
ISC_LIST_INIT
(
*
dir_list
);
if
(
create_path
(
zone
,
NULL
,
NULL
,
cd
,
&
basepath
)
!=
ISC_R_SUCCESS
)
{
return
(
ISC_R_NOTFOUND
);
result
=
ISC_R_NOTFOUND
;
goto
complete_allnds
;
}
/* remove path separator at end of path so stat works properly */
...
...
Mark Andrews
@marka
mentioned in commit
422559fb
·
Nov 17, 2018
mentioned in commit
422559fb
mentioned in commit 422559fbc00890429cc1381fb813da1dccd83694
Toggle commit list
Mark Andrews
@marka
mentioned in commit
cd7b0f36
·
Nov 17, 2018
mentioned in commit
cd7b0f36
mentioned in commit cd7b0f36f72298777bff8e5b57a860603cc909f5
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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