]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
auth: Initialize automatic variables to a pattern in our CI
authorRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 23 Jan 2023 10:43:20 +0000 (11:43 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 23 Jan 2023 10:43:20 +0000 (11:43 +0100)
tasks.py

index 4a9d80094c34bf6078da35095a2dbee0e76d4c2d..b66014b73dadb37c2c04caff56a56b61130b699c 100644 (file)
--- a/tasks.py
+++ b/tasks.py
@@ -331,6 +331,7 @@ def ci_auth_configure(c):
                       --prefix=/opt/pdns-auth \
                       --enable-ixfrdist \
                       --enable-fortify-source=auto \
+                      --enable-auto-var-init=pattern \
                       --enable-asan \
                       --enable-ubsan''', warn=True)
     if res.exited != 0: