Skip to content

zone load journal: don't use apply_ctx

Libor Peltan requested to merge load_journal_no_apply into master

this is a bugfix the problem was that after apply (on apply_ctx_clear), all bi-nodes were unified and subsequent DNSSEC lead to state when we have pointers to dead memory in bi-node-counterparts because we are in FULL update using zone_contents_add_rr instead apply_add_rr

Merge request reports