2
0
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:
Brian Wellington
2001-05-05 01:19:45 +00:00
parent bdb60248c3
commit 5f539d5fc6
2 changed files with 6 additions and 2 deletions

View File

@@ -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]

View File

@@ -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");