]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: dev: step() could ignore rollbacks
authorEvan Hunt <each@isc.org>
Fri, 14 Mar 2025 23:19:36 +0000 (23:19 +0000)
committerEvan Hunt <each@isc.org>
Fri, 14 Mar 2025 23:19:36 +0000 (23:19 +0000)
The `step()` function (used for stepping to the prececessor or successor of a database node) could overlook a node if there was an rdataset that was marked IGNORE because it had been rolled back, covering an active rdataset under it.

Closes #5170

Merge branch '5170-step-ignores-rollback' into 'main'

See merge request isc-projects/bind9!10103


Trivial merge