mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-02 15:45:25 +00:00
294. [bug] If we run out of space in while processing glue
when reading a master file and commit "current name" reverts to "name_current" instead of staying as "name_glue".
This commit is contained in:
5
CHANGES
5
CHANGES
@@ -1,3 +1,8 @@
|
|||||||
|
294. [bug] If we run out of space in while processing glue
|
||||||
|
when reading a master file and commit "current name"
|
||||||
|
reverts to "name_current" instead of staying as
|
||||||
|
"name_glue".
|
||||||
|
|
||||||
293. [port] Add support for freebsd 4.0 system tests.
|
293. [port] Add support for freebsd 4.0 system tests.
|
||||||
|
|
||||||
292. [bug] Due to problems with the way some operating systems
|
292. [bug] Due to problems with the way some operating systems
|
||||||
|
@@ -15,7 +15,7 @@
|
|||||||
* SOFTWARE.
|
* SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* $Id: master.c,v 1.54 2000/06/07 03:30:00 marka Exp $ */
|
/* $Id: master.c,v 1.55 2000/06/29 15:55:19 marka Exp $ */
|
||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
@@ -788,12 +788,10 @@ load(isc_lex_t *lex, dns_name_t *top, dns_name_t *origin,
|
|||||||
goto cleanup;
|
goto cleanup;
|
||||||
rdcount = 0;
|
rdcount = 0;
|
||||||
rdlcount = 0;
|
rdlcount = 0;
|
||||||
if (glue_in_use != -1)
|
|
||||||
name_in_use[glue_in_use] = ISC_FALSE;
|
|
||||||
glue_in_use = -1;
|
|
||||||
in_glue = ISC_FALSE;
|
|
||||||
current_has_delegation = ISC_FALSE;
|
|
||||||
isc_buffer_init(&target, target_mem, target_size);
|
isc_buffer_init(&target, target_mem, target_size);
|
||||||
|
rdcount_save = rdcount;
|
||||||
|
rdlcount_save = rdlcount;
|
||||||
|
target_save = target;
|
||||||
}
|
}
|
||||||
} while (!done);
|
} while (!done);
|
||||||
/*
|
/*
|
||||||
|
Reference in New Issue
Block a user