]> git.ipfire.org Git - thirdparty/bind9.git/commit
[9.18] chg: dev: Fix data race in clean_finds_at_name
authorMark Andrews <marka@isc.org>
Wed, 31 Jul 2024 06:33:18 +0000 (06:33 +0000)
committerMark Andrews <marka@isc.org>
Wed, 31 Jul 2024 06:33:18 +0000 (06:33 +0000)
commit541726871d18f1e4c911c8cd18523a3ecee9858b
tree99ef961dc8aed299c2878b6377739c38719cd285
parent90313c2c8bedcaf7a7da0aec9302f623ce8a2c63
parentc399388a66aa45876165208d4ddc66cd5c4928b8
[9.18] chg: dev: Fix data race in clean_finds_at_name

Stop updating `find.result_v4` and `find.result_v4` in `clean_finds_at_name`. The values are supposed to be static.

Closes #4118

Backport of MR !9108

Merge branch 'backport-4118-data-race-lib-dns-adb-c-1537-in-clean_finds_at_name-9.18' into 'bind-9.18'

See merge request isc-projects/bind9!9198