forked from wolfSSL/wolfssh
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1. Move setting a nul termination on the knownHosts data until after checking the size is reasonable. 2. A temporary keySz variable was getting used to get the length of the key type value, but it wasn't used to copy the value. Deleted it and used the other sz value. 3. Fix the leaking of the known hosts filename.
- Loading branch information
1 parent
0c6d34f
commit 979801a
Showing
1 changed file
with
10 additions
and
9 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