prerequisites with empty RDATA. [RT #356]
+ 491. [bug] nsupdate would segfault when sending certain
+ prerequisites with empty RDATA. [RT #356]
+
488. [bug] Locks weren't properly destroyed in some cases.
476. [bug] A zone could expire while a zone transfer was in
* SOFTWARE.
*/
-/* $Id: rdata.c,v 1.101.2.3 2000/09/19 02:02:23 bwelling Exp $ */
+/* $Id: rdata.c,v 1.101.2.4 2000/09/26 21:40:55 bwelling Exp $ */
#include <config.h>
#include <ctype.h>
REQUIRE(rdata != NULL);
+ /*
+ * Some DynDNS meta-RRs have empty rdata.
+ */
+ if (rdata->length == 0)
+ return (ISC_R_SUCCESS);
+
st = *target;
TOWIRESWITCH