]> git.ipfire.org Git - thirdparty/bind9.git/commit
Merge branch '1428-possible-data-race-in-rbtdb-happens-occasionally-on-ppc64le' into...
authorOndřej Surý <ondrej@isc.org>
Tue, 11 Feb 2020 10:42:52 +0000 (10:42 +0000)
committerOndřej Surý <ondrej@isc.org>
Tue, 11 Feb 2020 10:42:52 +0000 (10:42 +0000)
commitd3843161ab45a87ded170c7a4cdc1319b3d21e33
tree583607df6023fe672b663134729027e245de616e
parent3116a1c2f1f0e52964d4acb3a72254e144826afd
parentb43f5e023885dac9f1ffdace54720150768a333b
Merge branch '1428-possible-data-race-in-rbtdb-happens-occasionally-on-ppc64le' into 'master'

Convert all atomic operations in isc_rwlock to release-acquire memory ordering

Closes #1428

See merge request isc-projects/bind9!2985