mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-08 21:20:48 +02:00
64c9026c77
tests/unit.h: fix ExpectPtr() to inhibit pedantic warnings on both gcc and clang; wolfssl/test.h: in myVerify(), explicitly check for nullness when printing issuer/subject, to avoid cppcheck null-deref warning; tests/api.c: fixes for: * myriad "embedding a directive within macro arguments is not portable" * an "ISO C forbids conversion of object pointer to function pointer type" * some "stringop-overflow"s * a clang-analyzer-core.uninitialized.Assign * a clang-analyzer-core.CallAndMessage "2nd function call argument is an uninitialized value" * a nullPointerRedundantCheck * several clang-diagnostic-declaration-after-statement * a spurious gcc sanitizer maybe-uninitialized in test_wolfSSL_CheckOCSPResponse()
Before creating any new configure files (.conf) read the CONF_FILES_README.md