8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
One of the CI runs for #418 observed address sanitizer errors for SPHINCS+ on emulated armhf.
Relevant part of the log:
mkdir -p /home/runner/work/PQClean/PQClean/testcases/test_functest_sanitizers__3QjBI6sH/bin ccache gcc -O3 -Wall -Wextra -Wpedantic -Wvla -Werror -std=c99 -Wundef -Wshadow -Wcast-align -Wpointer-arith -Wmissing-prototypes -fstrict-aliasing -fno-common -pipe -I../common -g -fsanitize=address,undefined -fno-sanitize-recover=undefined -Wno-unused-command-line-argument -latomic -DNTESTS=1 -DPQCLEAN_NAMESPACE=PQCLEAN_SPHINCSSHAKE256192SSIMPLE_CLEAN -I/home/runner/work/PQClean/PQClean/testcases/test_functest_sanitizers__3QjBI6sH/crypto_bla/scheme/impl crypto_sign/functest.c ../common/aes.c ../common/sha2.c ../common/fips202.c ../common/nistseedexpander.c ../common/sp800-185.c ../common/randombytes.c -o /home/runner/work/PQClean/PQClean/testcases/test_functest_sanitizers__3QjBI6sH/bin/functest_sphincs-shake256-192s-simple_clean -L/home/runner/work/PQClean/PQClean/testcases/test_functest_sanitizers__3QjBI6sH/crypto_bla/scheme/impl -lsphincs-shake256-192s-simple_clean . > /home/runner/work/PQClean/PQClean/testcases/test_functest_sanitizers__3QjBI6sH/bin/functest_sphincs-shake256-192s-simple_clean ==1642==AddressSanitizer CHECK failed: ../../../../src/libsanitizer/asan/asan_poisoning.cpp:36 "((AddrIsInMem(addr))) != (0)" (0x0, 0x0) ================================================================= ==1642==AddressSanitizer CHECK failed: ../../../../src/libsanitizer/asan/asan_descriptions.cpp:80 "((0 && "Address is not in memory and not in shadow?")) != (0)" (0x0, 0x0) =========================== short test summary info ============================ FAILED test_functest.py::test_functest_sanitizers[clean implementation of sphincs-shake256-192s-simple] =========== 1 failed, 39 passed, 4801 skipped in 1000.83s (0:16:40) ============
The text was updated successfully, but these errors were encountered:
Is this just a bug in asan?...
Sorry, something went wrong.
No branches or pull requests
One of the CI runs for #418 observed address sanitizer errors for SPHINCS+ on emulated armhf.
Relevant part of the log:
The text was updated successfully, but these errors were encountered: