]> git.ipfire.org Git - thirdparty/bind9.git/commit
fix: dev: Save time when creating a slab from another slab
authorEvan Hunt <each@isc.org>
Tue, 25 Feb 2025 18:37:49 +0000 (18:37 +0000)
committerEvan Hunt <each@isc.org>
Tue, 25 Feb 2025 18:37:49 +0000 (18:37 +0000)
commitcf981ab13b03fcce4c4a20468f5b7b25e910b565
treea72354625a17a28028904bb0952244b5fe4dfe2a
parent796b662b9291faf31855ff107d3e09c81d892793
parent94a96a7a0eaddd19261cec370188a51406d7b95c
fix: dev: Save time when creating a slab from another slab

The `dns_rdataslab_fromrdataset()` function creates a slab from an rdataset. If the source rdataset already uses a slab, then no processing is necessary; we can just copy the existing slab to a new location.

Closes #5188

Merge branch '5188-optimize-makeslab' into 'main'

See merge request isc-projects/bind9!10162