mirror of https://github.com/wolfSSL/wolfssh.git
1. client.c: It was warning a recommendation to tag the function `readInput()` as non-return. Changed the err_sys() calls to `fprintf(stderr, ...)` and then return from the function. 2. internal.c: In functions `DoKexInit()` and `DoUserAuthRequestPublicKey()`, initialized a couple variables that could be used uninitialized. 3. wolfsftp.c: Fixed a variable that was shadowing a global label. 4. wolfsftp.c: In function `wolfSSH_SFTP_RecvFSTAT()`, initialized a variable that could be used uninitialized. 5. scpclient.c: The command line argument was read into a char value assuming it was signed, which is usually true. On the PowerPC this value is unsigned. Promoted it to int to match the other tools. |
||
---|---|---|
.. | ||
client.c | ||
client.h | ||
include.am |