]> git.ipfire.org Git - thirdparty/bind9.git/commit
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)
commitf5d6fd051fcab28ff0d75ff7ec56edbe61314c92
tree18d9ee90c0e290cb15ec3f804ef1e25efe185015
parent7cbf5f652ae1cd0cda216f4c78cc4e3b4b73b51f
parent62cb5b30da616b3a3e960afff1952024361c17a3
fix: dev: Copy only raw data when we are copying dns_slab{header,vec}

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