Skip to content
Snippets Groups Projects
Commit d18f3ad4 authored by Jan Včelák's avatar Jan Včelák :rocket:
Browse files

DNSSEC: leak fix, free public key RDATA in key parameters

refs #4
parent 454d5dc0
Branches
Tags
No related merge requests found
......@@ -457,6 +457,7 @@ int knot_free_key_params(knot_key_params_t *key_params)
}
knot_dname_free(&key_params->name);
knot_binary_free(&key_params->rdata);
knot_binary_free(&key_params->secret);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment