Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
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
4eadebe2
Commit
4eadebe2
authored
Nov 09, 2018
by
Mark Andrews
Browse files
uninitalize memory read on error path
parent
93776c4c
Pipeline
#6649
passed with stages
in 12 minutes and 52 seconds
Changes
1
Pipelines
2
Show whitespace changes
Inline
Side-by-side
lib/dns/nta.c
View file @
4eadebe2
...
...
@@ -149,7 +149,7 @@ dns_ntatable_create(dns_view_t *view,
isc_task_detach
(
&
ntatable
->
task
);
cleanup_ntatable:
isc_mem_put
(
ntatable
->
view
->
mctx
,
ntatable
,
sizeof
(
*
ntatable
));
isc_mem_put
(
view
->
mctx
,
ntatable
,
sizeof
(
*
ntatable
));
return
(
result
);
}
...
...
Mark Andrews
@marka
mentioned in commit
5c47dd82
·
Nov 15, 2018
mentioned in commit
5c47dd82
mentioned in commit 5c47dd82ac9fcef9d99939738ec5967d95158f28
Toggle commit list
Mark Andrews
@marka
mentioned in commit
f14f7083
·
Nov 15, 2018
mentioned in commit
f14f7083
mentioned in commit f14f70833facc2f1b59382a440896b9db4dd2fdb
Toggle commit list
Write
Preview
Markdown
is supported
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