In-Reply-To: Content-Disposition: inline MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" X-RT-Interface: Web X-Mailer: MIME-tools 5.508 (Entity 5.508) References: Content-Transfer-Encoding: binary X-RT-Original-Encoding: utf-8 Message-ID: RT-Send-CC: Content-Length: 328 ASAN and UBSAN can't be used together, so at least two run instances needs to be added. Both will need "-fsanitize=" in LDFLAGS too, so this will be: CFLAGS="-fsanitize=address -O2 -g" LDFLAGS="-fsanitize=address" ./configure and CFLAGS="-fsanitize=undefined -O2 -g" LDFLAGS="-fsanitize=undefined" ./configure