Skip to content
Snippets Groups Projects
Commit 3de53706 authored by Lubos Slovak's avatar Lubos Slovak
Browse files

Fixed invalid read.

Caused by setting old zone nodes' NSEC3 references to new NSEC3
nodes. Probably useless anyway, just disabled it.

refs #4, #103
parent 543f1d8d
No related branches found
No related tags found
1 merge request!64DNSSEC review
......@@ -621,7 +621,8 @@ static int create_nsec3_nodes(const knot_zone_contents_t *zone, uint32_t ttl,
if (result != KNOT_EOK)
break;
node->nsec3_node = nsec3_node;
// Caused invalid reads after updating zone w/ changesets
//node->nsec3_node = nsec3_node;
hattrie_iter_next(it);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment