]> 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:55:25 +0000 (20:55 +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 393f35f7b0196d860676dbbb4a57d98f3ca485cc..d6134e15e0df4de65de2731fa6d20533d65fd405 100644 (file)
@@ -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,