summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorBernd Edlinger <bernd.edlinger@hotmail.de>2021-08-25 14:30:12 +0200
committerNicola Tuveri <nic.tuv@gmail.com>2021-08-27 14:54:08 +0300
commite93a82da60f52e6fc799323b99499ee51e8c7215 (patch)
tree231431163ea0fce7c9dbd15478a2f2423a3a78eb /.github
parent58e1e397c6774be11b903c0f88e85bd2b8c4206f (diff)
Fix instances of pointer addition with the NULL pointer
ubsan found undefined pointer addtions in crypto/bio/bss_mem.c (mem_ctrl), crypto/pem/pem_lib.c (PEM_read_bio_ex), test/testutil/format_output.c (test_fail_string_common, test_fail_memory_common). Mostly a straight back-port-of: a07dc81 Additionally enable the ubsan run-checker, to prevent regressions. Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Nicola Tuveri <nic.tuv@gmail.com> (Merged from https://github.com/openssl/openssl/pull/16423)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/run-checker-merge.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/run-checker-merge.yml b/.github/workflows/run-checker-merge.yml
index 29419a2396..ff2d666b6d 100644
--- a/.github/workflows/run-checker-merge.yml
+++ b/.github/workflows/run-checker-merge.yml
@@ -16,8 +16,7 @@ jobs:
no-engine no-shared,
no-err,
no-filenames,
-# ubsan build is temporarily disabled, due to failures to be investigated separately
-# enable-ubsan no-asm -DPEDANTIC -DOPENSSL_SMALL_FOOTPRINT -fno-sanitize=alignment,
+ enable-ubsan no-asm -DPEDANTIC -DOPENSSL_SMALL_FOOTPRINT -fno-sanitize=alignment,
no-unit-test,
enable-weak-ssl-ciphers,
enable-zlib,