+4285. [security] Specific APL data could trigger a INSIST.
+ (CVE-2015-8704) [RT #41396]
+
--- 9.9.8-P2 released ---
4270. [security] Update allowed OpenSSL versions as named is
</para>
<para>
BIND 9.9.8-P2 addresses security issues described in CVE-2015-3193
- (OpenSSL), CVE-2015-8000 and CVE-2015-8461.
+ (OpenSSL), CVE-2015-8000, CVE-2015-8461 and CVE-2015-8704.
</para>
<para>
BIND 9.9.8-P1 was incomplete and was withdrawn prior to publication.
in CVE-2015-8000. [RT #40987]
</para>
</listitem>
+ <listitem>
+ <para>
+ Specfic APL data could trigger a INSIST. This flaw was discovered
+ by Brian Mitchell and is disclosed in CVE-2015-8704. [RT #41396]
+ </para>
+ </listitem>
</itemizedlist>
</sect2>
<sect2 id="relnotes_features">
isc_uint8_t len;
isc_boolean_t neg;
unsigned char buf[16];
- char txt[sizeof(" !64000")];
+ char txt[sizeof(" !64000:")];
const char *sep = "";
int n;
isc_region_consume(&sr, 1);
INSIST(len <= sr.length);
n = snprintf(txt, sizeof(txt), "%s%s%u:", sep,
- neg ? "!": "", afi);
+ neg ? "!" : "", afi);
INSIST(n < (int)sizeof(txt));
RETERR(str_totext(txt, target));
switch (afi) {