+ --- 9.6-ESV-R4-P2 released ---
+
+3123. [security] Change #2912 exposed a latent flaw in
+ dns_rdataset_totext() that could cause named to
+ crash with an assertion failure. [RT #24777]
+
--- 9.6-ESV-R4-P1 released ---
3121. [security] An authoritative name server sending a negative
* PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: message.c,v 1.245.50.7 2010/06/03 05:29:03 marka Exp $ */
+/* $Id: message.c,v 1.245.50.7.6.1 2011/06/08 22:03:10 each Exp $ */
/*! \file */
msg->opcode != dns_opcode_notify)
want_question_section = ISC_FALSE;
if (msg->opcode == dns_opcode_update)
- first_section = DNS_SECTION_ADDITIONAL;
+ first_section = DNS_SECTION_PREREQUISITE;
else if (want_question_section) {
if (!msg->question_ok)
return (DNS_R_FORMERR);
-# $Id: version,v 1.43.12.11.2.2.2.1 2011/05/27 00:19:16 each Exp $
+# $Id: version,v 1.43.12.11.2.2.2.2 2011/06/08 22:03:10 each Exp $
#
# This file must follow /bin/sh rules. It is imported directly via
# configure.
MINORVER=6
PATCHVER=
RELEASETYPE=-ESV
-RELEASEVER=-R4-P1
+RELEASEVER=-R4-P2