mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-06 15:50:55 +02:00
8042f767ed
- Fix missing cleanup on error in wc_XChaCha20Poly1305_crypt_oneshot: change early return to goto out so ForceZero and free are called - Fix memory leak in wc_DeCompressDynamic: free tmp buffer before early return on avail_out size check failure - Fix unconditional mutex unlock in PQC sign functions (falcon, sphincs, dilithium): only call unlock when lock was acquired - Remove dead oqssig NULL checks in falcon sign/verify that are unreachable after the preceding SIG_TYPE_E assignment