a3097226b3
- 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
14 lines
322 B
Diff
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>
|
|
|