Prepare Release v1.4.18#726
Merged
JacobBarthelmeh merged 5 commits intowolfSSL:masterfrom Jul 19, 2024
Merged
Conversation
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
This file contains hidden or 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
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.