wolfSSL / wolfssh

wolfSSH is a small, fast, portable SSH implementation, including support for SCP and SFTP.
https://www.wolfssl.com
367 stars 88 forks source link

Fix Initialization Warnings #714

Closed ejohnstown closed 2 months ago

ejohnstown commented 2 months ago

For a Zephyr build setup, the compiler was complaining about some uninitialized variables that were getting used. Set them to 0 or NULL to make the compiler happy.