wolfSSL / wolfssl

The wolfSSL library is a small, fast, portable implementation of TLS/SSL for embedded devices to the cloud. wolfSSL supports up to TLS 1.3 and DTLS 1.3!
https://www.wolfssl.com
GNU General Public License v2.0
2.25k stars 805 forks source link

Address coverity issue 394706 #7715

Closed kaleb-himes closed 3 weeks ago

kaleb-himes commented 3 weeks ago

Description

Fix a dead code in tests where i case landed outside loop scope.

Testing

./configure --enable-srtp && make && ./wolfcrypt/test/testwolfcrypt

Checklist

JacobBarthelmeh commented 3 weeks ago

Retest this please Jenkins, failed test case of ./scripts/openssl.test is unlikely to be a result of these changes.