Skip to content

Nightly-multi-test valgrind fix#10190

Open
rlm2002 wants to merge 1 commit intowolfSSL:masterfrom
rlm2002:mlkem_valgrind
Open

Nightly-multi-test valgrind fix#10190
rlm2002 wants to merge 1 commit intowolfSSL:masterfrom
rlm2002:mlkem_valgrind

Conversation

@rlm2002
Copy link
Copy Markdown
Contributor

@rlm2002 rlm2002 commented Apr 10, 2026

Description

Increase rand buffer, fix valgrind invalid read size 16

Testing

./configure --srcdir=. --disable-jobserver --enable-option-checking=fatal \
--enable-all --enable-acert --enable-dtls13 --enable-dtls-mtu --enable-dtls-frag-ch \
--enable-dtlscid --enable-quic --with-sys-crypto-policy --enable-intelasm \
--enable-sp-math-all --enable-smallstack --enable-smallstackcache \
CPPFLAGS= "-DNO_WOLFSSL_CIPHER_SUITE_TEST -DWOLFSSL_OLD_PRIME_CHECK -pedantic -Wdeclaration-after-statement -Wnull-dereference -DTEST_LIBWOLFSSL_SOURCES_INCLUSION_SEQUENCE -Werror" \
CFLAGS="-DTEST_ALWAYS_RUN_TO_END -g -fno-omit-frame-pointer" LDFLAGS="-g -fno-omit-frame-pointer -lm"

make

LD_LIBRARY_PATH=./src/.libs valgrind --leak-check=full --show-leak-kinds=all \
--errors-for-leak-kinds=all  --show-reachable=yes  --leak-resolution=high \
--track-fds=yes --track-origins=yes --fullpath-after=  --error-exitcode=10 \
./testsuite/.libs/testsuite.test

@rlm2002 rlm2002 self-assigned this Apr 10, 2026
@rlm2002 rlm2002 marked this pull request as ready for review April 10, 2026 22:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant