]> git.ipfire.org Git - thirdparty/bind9.git/commit
Address potential thread issues:
authorMark Andrews <marka@isc.org>
Wed, 24 Jun 2020 03:42:30 +0000 (13:42 +1000)
committerMark Andrews <marka@isc.org>
Thu, 25 Jun 2020 02:04:36 +0000 (12:04 +1000)
commit51f08d20954f7eb5601dc7aca0cfa80d438db107
tree7b96503cf58d2555bc32b973550c9123ba15ca9c
parent6d5fde62a309414be4857faef9ed21a993c2008a
Address potential thread issues:

Assign and then check node for NULL to address another thread
changing radix->head in the meantime.

Move 'node != NULL' check into while loop test to silence cppcheck
false positive.

Fix pointer != NULL style.
lib/isc/radix.c