2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-29 05:28:00 +00:00

943. [bug] The server could crash when receiving a command

via rndc if the configuration file listed only
			nonexistent keys in the controls statement.  [RT #1530]
This commit is contained in:
Brian Wellington 2001-07-23 01:01:31 +00:00
parent 06596f0ec7
commit a5b9c2b208
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,8 @@
943. [bug] The server could crash when receiving a command
via rndc if the configuration file listed only
nonexistent keys in the controls statement. [RT #1530]
942. [port] libbind: GETNETBYADDR_ADDR_T was not correctly
defined on some platforms.

View File

@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: controlconf.c,v 1.16 2001/07/05 18:39:14 bwelling Exp $ */
/* $Id: controlconf.c,v 1.17 2001/07/23 01:01:31 bwelling Exp $ */
#include <config.h>
@ -350,7 +350,6 @@ control_recvmessage(isc_task_t *task, isc_event_t *event) {
}
request = NULL;
INSIST(!ISC_LIST_EMPTY(listener->keys));
for (key = ISC_LIST_HEAD(listener->keys);
key != NULL;