]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
ci: Add ASAN/LSAN options (#4969)
authorJorge Pereira <jpereira@users.noreply.github.com>
Fri, 7 Apr 2023 12:06:36 +0000 (09:06 -0300)
committerGitHub <noreply@github.com>
Fri, 7 Apr 2023 12:06:36 +0000 (08:06 -0400)
.github/workflows/ci.yml

index a969affb990a4474c6c2ff1d2e907a4444591311..a69fc53b060dc0c0749db6a5d16e22e13ecc3631 100644 (file)
@@ -20,6 +20,9 @@ env:
   REST_TEST_SERVER_SSL_PORT: 8443
   SQL_MYSQL_TEST_SERVER: mariadb
   SQL_POSTGRESQL_TEST_SERVER: postgres
+  ASAN_OPTIONS: symbolize=1 detect_leaks=1 detect_stack_use_after_return=1
+  LSAN_OPTIONS: fast_unwind_on_malloc=0:malloc_context_size=50
+  UBSAN_OPTIONS: print_stacktrace=1
 
 jobs:
   pre-ci: