mirror of https://github.com/wolfSSL/wolfssh.git
1. Fix an instance in the example sftpclient where the size of something is treated as an int and may have caused trouble, per the pedantic compiler settings. 2. Changed a check for snprintf where we checked the lengths of everything before calling snprintf. Turned it around where we check the return of snprintf and error if the process would have output too much. |
||
---|---|---|
.. | ||
include.am | ||
sftpclient.c | ||
sftpclient.h |