diff options
author | erwin <erwin@FreeBSD.org> | 2013-03-27 10:11:43 +0000 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2013-03-27 10:11:43 +0000 |
commit | 180e2fcdc7fba9b47d94a88df00f5e61c7e07e44 (patch) | |
tree | e193b7a4992e135aeda2c98b8eeb17bc40eadace /lib/bind/config.h | |
parent | e3a102cae666fa972c9774344b65874ff9ae9205 (diff) | |
download | FreeBSD-src-180e2fcdc7fba9b47d94a88df00f5e61c7e07e44.zip FreeBSD-src-180e2fcdc7fba9b47d94a88df00f5e61c7e07e44.tar.gz |
Update to 9.8.4-P2
Removed the check for regex.h in configure in order
to disable regex syntax checking, as it exposes
BIND to a critical flaw in libregex on some
platforms. [RT #32688]
Security: CVE-2013-2266
Approved by: delphij (mentor)
Sponsored by: DK Hostmaster A/S
Diffstat (limited to 'lib/bind/config.h')
-rw-r--r-- | lib/bind/config.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/bind/config.h b/lib/bind/config.h index 5e9d74b..bf6f8ce 100644 --- a/lib/bind/config.h +++ b/lib/bind/config.h @@ -286,9 +286,6 @@ int sigwait(const unsigned int *set, int *sig); /* Define if your OpenSSL version supports GOST. */ /* #undef HAVE_OPENSSL_GOST */ -/* Define to 1 if you have the <regex.h> header file. */ -#define HAVE_REGEX_H 1 - /* Define to 1 if you have the `setegid' function. */ #define HAVE_SETEGID 1 |