]> git.ipfire.org Git - thirdparty/bind9.git/commit
Fix a shutdown bug in update_rpz_cb()
authorAram Sargsyan <aram@isc.org>
Tue, 3 Jan 2023 13:21:34 +0000 (13:21 +0000)
committerAram Sargsyan <aram@isc.org>
Tue, 14 Feb 2023 10:26:37 +0000 (10:26 +0000)
commitcc4cb67149d6684d64273df74c069dbacacfdae2
tree81822b77dfeb26595dac57cfdcc9b625d184ec79
parentc8206cab0ba5dbc3541f3cca00597bfef1cac7b6
Fix a shutdown bug in update_rpz_cb()

When shutting down, the cleanup path should not try to destroy
'newnodes', because it is NULL at that point.

Introduce another label for the "shuttingdown" scenario.

(cherry picked from commit 975d16230b5831532ec66769b60657c86882a244)
lib/dns/rpz.c