mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-11 06:20:53 +02:00
ba2e52ae02
clang-tidy (all-c89, async-quic, intelasm) flagged `ccmTag[0] ^= 0x01` as a use of an uninitialized value: the analyzer does not model wc_AesCcmEncrypt writing the tag buffer. Zero-initialize ccmTag; the subsequent encrypt still overwrites it before the tamper, so behavior is unchanged.
Before creating any new configure files (.conf) read the CONF_FILES_README.md