+ --- 9.7.3-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.7.3-P1 released ---
3121. [security] An authoritative name server sending a negative
* PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: message.c,v 1.249.10.4 2010/06/03 05:27:59 marka Exp $ */
+/* $Id: message.c,v 1.249.10.4.36.1 2011/06/08 22:07:11 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.51.2.11.12.1 2011/05/27 00:43:04 each Exp $
+# $Id: version,v 1.51.2.11.12.2 2011/06/08 22:07:10 each Exp $
#
# This file must follow /bin/sh rules. It is imported directly via
# configure.
MINORVER=7
PATCHVER=3
RELEASETYPE=-P
-RELEASEVER=1
+RELEASEVER=2