mirror of https://github.com/wolfSSL/wolfssh.git
1. In the windowMonitor(), move the check for quit outside the conditional build so it works for both macOS and Linux. 2. Removed a dead store in readPeer(). If the socket wants read, that's fine. Don't need to override it. 3. When allocating memory for the hostname, don't forget the nul. 4. When parsing the command line and storing a copy of it to send to the peer, stash it in the config. 5. When allocating memory for the username, add 1 for the nul outside the strlen(). 6. When canceling a thread, be sure to join it afterwards. 7. Added a read me document for wolfSSH client. Just a quick note. To be replaced later with something more formal. |
||
---|---|---|
.. | ||
wolfssh | ||
wolfsshd | ||
include.am |