prerequisites with empty RDATA. [RT #357]
+ 491. [bug] nsupdate would segfault when sending certain
+ prerequisites with empty RDATA. [RT #357]
+
490. [func] When a slave/stub zone has not yet successfully
obtained an SOA containing the zone's configured
retry time, perform the SOA query retries using
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: rdata.c,v 1.108 2000/09/19 01:27:22 gson Exp $ */
+/* $Id: rdata.c,v 1.109 2000/09/26 19:37:06 gson 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