From: Remi Gacogne Date: Mon, 23 Jan 2023 10:43:20 +0000 (+0100) Subject: auth: Initialize automatic variables to a pattern in our CI X-Git-Tag: dnsdist-1.8.0-rc1~92^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ebf93842c9189f40b036053af0a40f66e3232045;p=thirdparty%2Fpdns.git auth: Initialize automatic variables to a pattern in our CI --- diff --git a/tasks.py b/tasks.py index 4a9d80094c..b66014b73d 100644 --- 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: