aboutsummaryrefslogtreecommitdiff
path: root/bind/version.tmp
diff options
context:
space:
mode:
authorBjørn Mork <bjorn@mork.no>2011-12-08 13:58:37 +0100
committerBjørn Mork <bjorn@mork.no>2011-12-08 13:58:37 +0100
commit77367740763b42ddf41e7ba1bfaebef96463a450 (patch)
tree2b3f730ed2d9a2d41ad16ebbc1b6a0ee2813c53b /bind/version.tmp
parent87d654840a8e3708d6540037fe95359c073ed021 (diff)
v4.2.3-P1 imported from ftp://ftp.isc.org/isc/dhcp/4.2.3-P1/dhcp-4.2.3-P1.tar.gzv4.2.3-P1
Changes since 4.2.3 ! Add a check for a null pointer before calling the regexec function. Without out this check we could, under some circumstances, pass a null pointer to the regexec function causing it to segfault. Thanks to a report from BlueCat Networks. [ISC-Bugs #26704]. CVE: CVE-2011-4539 Signed-off-by: Bjørn Mork <bjorn@mork.no>
Diffstat (limited to 'bind/version.tmp')
-rw-r--r--bind/version.tmp6
1 files changed, 3 insertions, 3 deletions
diff --git a/bind/version.tmp b/bind/version.tmp
index ede0ba0..249750e 100644
--- a/bind/version.tmp
+++ b/bind/version.tmp
@@ -1,4 +1,4 @@
-# $Id: version,v 1.53.8.9 2011-08-24 02:08:26 marka Exp $
+# $Id: version,v 1.53.8.9.6.1 2011-11-16 09:32:07 marka Exp $
#
# This file must follow /bin/sh rules. It is imported directly via
# configure.
@@ -6,5 +6,5 @@
MAJORVER=9
MINORVER=8
PATCHVER=1
-RELEASETYPE=
-RELEASEVER=
+RELEASETYPE=-P
+RELEASEVER=1