-2639. [bug] Silence compiler warnings in gssapi code. [RT #19954]
+2640. [security] A specially crafted update packet will cause named
+ to exit. [RT #20000]
2637. [func] Rationalize dnssec-signzone's signwithkey() calling.
[RT #19959]
* PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: update.c,v 1.151.12.6 2009/06/22 03:29:20 marka Exp $ */
+/* $Id: update.c,v 1.151.12.7 2009/07/28 15:51:31 marka Exp $ */
#include <config.h>
if (type == dns_rdatatype_rrsig ||
type == dns_rdatatype_sig)
covers = dns_rdata_covers(&t->rdata);
- else
+ else if (type == dns_rdatatype_any) {
+ dns_db_detachnode(db, &node);
+ dns_diff_clear(&trash);
+ return (DNS_R_NXRRSET);
+ } else
covers = 0;
/*