diff options
author | tb <> | 2022-02-10 08:39:32 +0000 |
---|---|---|
committer | tb <> | 2022-02-10 08:39:32 +0000 |
commit | a752abdb7b677534ccead45ee888f69d0f3a6137 (patch) | |
tree | c21847c8a31f311b570a841effa488d87e064536 /src/lib/libcrypto | |
parent | c4d44cc10c18e9c8ea39e5baa19d51f58af7f3ff (diff) | |
download | openbsd-a752abdb7b677534ccead45ee888f69d0f3a6137.tar.gz openbsd-a752abdb7b677534ccead45ee888f69d0f3a6137.tar.bz2 openbsd-a752abdb7b677534ccead45ee888f69d0f3a6137.zip |
If running with ASAN, mark test_with{,out}_bzero() with the
no_sanitize_address attribute. ASAN doesn't seem to be able
to understand these lowlevel gymnastics with sigaltstack()
and segfaults in __intercept_memem().
This allows LibreSSL and other portable projects that use this
test run tests with ASAN enabled.
Issue reported and workaround suggested by Ilya Shipitsin
Paraphrasing millert: it's a little ugly but it's only a regress.
Diffstat (limited to 'src/lib/libcrypto')
0 files changed, 0 insertions, 0 deletions