]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[9.20] fix: usr: Fix assertion failure in the glue cache
authorNicki Křížek <nicki@isc.org>
Mon, 5 Aug 2024 15:52:37 +0000 (15:52 +0000)
committerNicki Křížek <nicki@isc.org>
Mon, 5 Aug 2024 15:52:37 +0000 (15:52 +0000)
Fix an assertion failure that could happen as a result of data race between free_gluetable() and addglue() on the same headers.

Closes #4691

Backport of MR !9126

Merge branch 'backport-4691-fix-data-race-between-free_gluetable-and-addglue-9.20' into 'bind-9.20'

See merge request isc-projects/bind9!9256


Trivial merge