The following pull request was submitted through Github. It can be accessed and reviewed at: https://github.com/lxc/lxc/pull/3237
This e-mail was sent by the LXC bot, direct replies will not reach the author unless they happen to be subscribed to this list. === Description (from pull-request) === Signed-off-by: Christian Brauner <christian.brau...@ubuntu.com>
From 3bda9a3020b4ef558b3d3681a6a893713834616c Mon Sep 17 00:00:00 2001 From: Christian Brauner <christian.brau...@ubuntu.com> Date: Mon, 23 Dec 2019 20:12:57 +0100 Subject: [PATCH] travis: enable -fsanitize=undefined Signed-off-by: Christian Brauner <christian.brau...@ubuntu.com> --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b8c695ffee..dcb5fd7d7a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ before_install: script: - ./coccinelle/run-coccinelle.sh -i - git diff --exit-code - - export CFLAGS="-Wall -Werror" + - export CFLAGS="-Wall -Werror -fsanitize=undefined" - export LDFLAGS="-pthread -lpthread" - ./autogen.sh - rm -Rf build
_______________________________________________ lxc-devel mailing list lxc-devel@lists.linuxcontainers.org http://lists.linuxcontainers.org/listinfo/lxc-devel