mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-02 15:45:25 +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:
5
CHANGES
5
CHANGES
@@ -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
|
942. [port] libbind: GETNETBYADDR_ADDR_T was not correctly
|
||||||
defined on some platforms.
|
defined on some platforms.
|
||||||
|
|
||||||
|
@@ -15,7 +15,7 @@
|
|||||||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
* 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>
|
#include <config.h>
|
||||||
|
|
||||||
@@ -350,7 +350,6 @@ control_recvmessage(isc_task_t *task, isc_event_t *event) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
request = NULL;
|
request = NULL;
|
||||||
INSIST(!ISC_LIST_EMPTY(listener->keys));
|
|
||||||
|
|
||||||
for (key = ISC_LIST_HEAD(listener->keys);
|
for (key = ISC_LIST_HEAD(listener->keys);
|
||||||
key != NULL;
|
key != NULL;
|
||||||
|
Reference in New Issue
Block a user