mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-28 04:21:07 -05:00
While testing BIND 9 on arm64 8+ core machine, it was discovered that the weak variants in fact does spuriously fail, we haven't observed that on other architectures. This commit replaces all non-loop usage of atomic_compare_exchange_weak with atomic_compare_exchange_strong. |
||
|---|---|---|
| .. | ||
| bind9 | ||
| dns | ||
| irs | ||
| isc | ||
| isccc | ||
| isccfg | ||
| ns | ||
| samples | ||
| win32/bindevt | ||
| .gitignore | ||
| Kyuafile | ||
| Makefile.in | ||