-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prepare Release v1.4.18 #726
Merged
Merged
Conversation
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 reverts commit 63a3068.
The usual updates for the release.
1. Fix echoserver's load_file function. Could potentially dereference null if a file size is passed in, but using a null buf to get the file's size only.
1. For the ASCII and Wide versions of types and functions, make sure the wolfSSHd is being consistent using them. 2. In SFTP, use WSOCKETCLOSE to close the socket. Use the correct type for the socket. 3. Add parens around part of a ternary operator check to clear up some ambiguous order of operations. 4. Add a variable initializer for a COORD structure. 5. Add parameter checks to the Base16_Decode function. 6. Fix a double-freed handle. 7. Clean up a bunch of build warnings.
1. Update scp.test to delete the empty test file. 2. In wolfSSHd, when coverting an IP address to a printable representation, the destination needs to be able to handle IPv6 addresses potentially.
JacobBarthelmeh
approved these changes
Jul 19, 2024
jefferyq2
pushed a commit
to jefferyq2/wolfssh
that referenced
this pull request
Sep 24, 2024
Prepare Release v1.4.18
jefferyq2
pushed a commit
to jefferyq2/wolfssh
that referenced
this pull request
Oct 18, 2024
Prepare Release v1.4.18
jefferyq2
pushed a commit
to jefferyq2/wolfssh
that referenced
this pull request
Oct 29, 2024
Prepare Release v1.4.18
jefferyq2
pushed a commit
to jefferyq2/wolfssh
that referenced
this pull request
Oct 29, 2024
Prepare Release v1.4.18
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The usual updates for a release. Primarily the ChangeLog update and some warning fix-ups found in release testing.