SHA256
1
0
forked from pool/bind
bind/dlz_compile.diff
Uwe Gansert a3097226b3 Accepting request 98618 from home:lmuelle:branches:network
- Ensure to create the required dir or sym link in /var/run; (bnc#738156).
- Cache lookup could return RRSIG data associated with nonexistent
  records, leading to an assertion failure. CVE-2011-4313; (bnc#730995).

OBS-URL: https://build.opensuse.org/request/show/98618
OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=80
2012-01-03 15:16:12 +00:00

14 lines
322 B
Diff

Index: contrib/dlz/drivers/sdlz_helper.c
===================================================================
--- contrib/dlz/drivers/sdlz_helper.c.orig
+++ contrib/dlz/drivers/sdlz_helper.c
@@ -50,7 +50,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-#ifdef DLZ
+#ifdef CONTRIB_DLZ
#include <config.h>