mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 06:25:31 +00:00
822. [bug] Sending nxrrset prerequisites would crash nsupdate.
[RT #1248]
This commit is contained in:
3
CHANGES
3
CHANGES
@@ -1,4 +1,7 @@
|
||||
|
||||
822. [bug] Sending nxrrset prerequisites would crash nsupdate.
|
||||
[RT #1248]
|
||||
|
||||
821. [bug] The program name used when logging to syslog should
|
||||
be stripped of leading path components.
|
||||
[RT #1178, #1232]
|
||||
|
@@ -15,7 +15,7 @@
|
||||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: nsupdate.c,v 1.93 2001/04/20 21:10:36 bwelling Exp $ */
|
||||
/* $Id: nsupdate.c,v 1.94 2001/05/05 01:19:45 bwelling Exp $ */
|
||||
|
||||
#include <config.h>
|
||||
|
||||
@@ -849,7 +849,8 @@ make_prereq(char *cmdline, isc_boolean_t ispositive, isc_boolean_t isrrset) {
|
||||
updatemsg, rdata);
|
||||
if (retval != STATUS_MORE)
|
||||
goto failure;
|
||||
}
|
||||
} else
|
||||
rdata->flags = DNS_RDATA_UPDATE;
|
||||
|
||||
result = dns_message_gettemprdatalist(updatemsg, &rdatalist);
|
||||
check_result(result, "dns_message_gettemprdatalist");
|
||||
|
Reference in New Issue
Block a user