]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: dev: Copy only raw data when we are copying dns_slab{header,vec}
authorOndřej Surý <ondrej@isc.org>
Tue, 16 Dec 2025 17:09:21 +0000 (18:09 +0100)
committerOndřej Surý <ondrej@isc.org>
Tue, 16 Dec 2025 17:09:21 +0000 (18:09 +0100)
Fix the data race between reading source slabheader in `makeslab()`
and the heap (write) operation on the same header in the QPcache.

Closes #5627

Merge branch '5688-prevent-data-race-when-copying-slabheader-and-slabvecs' into 'main'

See merge request isc-projects/bind9!11375


Trivial merge