aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
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 /configure.ac
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 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 3ed50de..0f3547a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([DHCP], [4.2.3], [dhcp-users@isc.org])
+AC_INIT([DHCP], [4.2.3-P1], [dhcp-users@isc.org])
# we specify "foreign" to avoid having to have the GNU mandated files,
# like AUTHORS, COPYING, and such