From: Bernd Edlinger Date: Wed, 16 Oct 2024 14:37:32 +0000 (+0200) Subject: Add -fno-sanitize=function to ubsan X-Git-Tag: openssl-3.4.1~62 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65e53693ad6c9de41a0bacf279eb2ccb7b25cc45;p=thirdparty%2Fopenssl.git Add -fno-sanitize=function to ubsan Reviewed-by: Saša Nedvědický Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/26269) (cherry picked from commit 5f0dab5e74b7cdb1b51217044966dc3927824a4d) --- diff --git a/.github/workflows/run-checker-merge.yml b/.github/workflows/run-checker-merge.yml index 1ff4fe7d3d5..dc846bd73ca 100644 --- a/.github/workflows/run-checker-merge.yml +++ b/.github/workflows/run-checker-merge.yml @@ -18,7 +18,7 @@ jobs: fail-fast: false matrix: opt: [ - enable-asan enable-ubsan no-shared no-asm -DOPENSSL_SMALL_FOOTPRINT, + enable-asan enable-ubsan no-shared no-asm -DOPENSSL_SMALL_FOOTPRINT -fno-sanitize=function, no-ct, no-dso, no-dynamic-engine, @@ -26,7 +26,7 @@ jobs: no-engine no-shared, no-err, no-filenames, - enable-ubsan no-asm -DOPENSSL_SMALL_FOOTPRINT -fno-sanitize=alignment, + enable-ubsan no-asm -DOPENSSL_SMALL_FOOTPRINT -fno-sanitize=function, no-module, no-ocsp, no-pinshared,