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.1.8~38 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b00b03778fadf31b138f03f57012e9a343a3eef;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 393f35f7b01..d6134e15e0d 100644 --- a/.github/workflows/run-checker-merge.yml +++ b/.github/workflows/run-checker-merge.yml @@ -18,14 +18,14 @@ 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-dgram, no-dso, no-dynamic-engine, 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-unit-test, enable-weak-ssl-ciphers, enable-zlib,