ci: Add job with -fsanitize-memory-param-retval
This commit is contained in:
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@@ -485,18 +485,24 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
configuration:
|
configuration:
|
||||||
- env_vars:
|
- env_vars:
|
||||||
|
CTIMETESTS: 'yes'
|
||||||
CFLAGS: '-fsanitize=memory -fsanitize-recover=memory -g'
|
CFLAGS: '-fsanitize=memory -fsanitize-recover=memory -g'
|
||||||
- env_vars:
|
- env_vars:
|
||||||
ECMULTGENKB: 2
|
ECMULTGENKB: 2
|
||||||
ECMULTWINDOW: 2
|
ECMULTWINDOW: 2
|
||||||
|
CTIMETESTS: 'yes'
|
||||||
CFLAGS: '-fsanitize=memory -fsanitize-recover=memory -g -O3'
|
CFLAGS: '-fsanitize=memory -fsanitize-recover=memory -g -O3'
|
||||||
|
- env_vars:
|
||||||
|
# -fsanitize-memory-param-retval is clang's default, but our build system disables it
|
||||||
|
# when ctime_tests when enabled.
|
||||||
|
CFLAGS: '-fsanitize=memory -fsanitize-recover=memory -fsanitize-memory-param-retval -g'
|
||||||
|
CTIMETESTS: 'no'
|
||||||
|
|
||||||
env:
|
env:
|
||||||
ECDH: 'yes'
|
ECDH: 'yes'
|
||||||
RECOVERY: 'yes'
|
RECOVERY: 'yes'
|
||||||
SCHNORRSIG: 'yes'
|
SCHNORRSIG: 'yes'
|
||||||
ELLSWIFT: 'yes'
|
ELLSWIFT: 'yes'
|
||||||
CTIMETESTS: 'yes'
|
|
||||||
CC: 'clang'
|
CC: 'clang'
|
||||||
SECP256K1_TEST_ITERS: 32
|
SECP256K1_TEST_ITERS: 32
|
||||||
ASM: 'no'
|
ASM: 'no'
|
||||||
|
|||||||
Reference in New Issue
Block a user