forked from wolfSSL/wolfssh
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release v1.4.15: Release Testing Fixes
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.
- Loading branch information
1 parent
3feaad9
commit 948b545
Showing
2 changed files
with
21 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters