Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Instead of disabling UBSan completely just disable one diagnostic
Alex Richardson committed 5 years ago
commit 6a424e8fb4b46475448e47d1c5e2e4a6eeb292b4
parent bd7dbb9
1 file changed +3 -2
modified .cirrus.yml
@@ -18,8 +18,9 @@ freebsd_task:
                  freebsd_instance:
                     image_family: freebsd-14-0-snap
                  env:
-
                     # TODO: enable --with-ubsan once the remaining issues have been fixed
-
                     EXTRA_ARGS: --with-asan
+
                     EXTRA_ARGS: --with-asan --with-ubsan
+
                     # There are still a few occurrences of this error (adding offset to NULL pointer)
+
                     CPPFLAGS: -fno-sanitize=pointer-overflow

ubuntu_task:
        container: