]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Add -fno-sanitize=function to ubsan
authorBernd Edlinger <bernd.edlinger@hotmail.de>
Wed, 16 Oct 2024 14:37:32 +0000 (16:37 +0200)
committerTomas Mraz <tomas@openssl.org>
Mon, 6 Jan 2025 19:50:04 +0000 (20:50 +0100)
Reviewed-by: Saša Nedvědický <sashan@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/26269)

(cherry picked from commit 5f0dab5e74b7cdb1b51217044966dc3927824a4d)

.github/workflows/run-checker-merge.yml

index e5746d75bdf8c2618f3cb5cff540756135fa0d88..acb3208d0615029337a2e19639f3bae392569e5b 100644 (file)
@@ -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,