From 7cdd6bf134cde1af01a93e2f8b94b839c3c79850 Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Mon, 23 Jan 2023 11:43:39 +0100 Subject: [PATCH] rec: Initialize automatic variables to a pattern in our CI --- tasks.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks.py b/tasks.py index b66014b73d..8fba2a7c28 100644 --- a/tasks.py +++ b/tasks.py @@ -355,6 +355,7 @@ def ci_rec_configure(c): --with-libcap \ --with-net-snmp \ --enable-fortify-source=auto \ + --enable-auto-var-init=pattern \ --enable-dns-over-tls ''' + sanitizers, warn=True) if res.exited != 0: c.run('cat config.log') -- 2.47.2