Skip to content
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

Release v1.4.15 #635

Merged
merged 3 commits into from
Dec 22, 2023
Merged

Release v1.4.15 #635

merged 3 commits into from
Dec 22, 2023

Conversation

ejohnstown
Copy link
Contributor

The usual updates and fixes for the release of v1.4.15.

The usual updates for the release.
1. Add a check for limits.h to configure.ac.
2. In wolfSSHd's configuration.c file, add an include of limits.h if
   available. It is including the header indirectly while using it
   directly.
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.
Copy link
Contributor

@douzzer douzzer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. clean now on "gcc version 12.3.1 20231215 (Gentoo 12.3.1_p20231215 p2)", configured --enable-all.

@douzzer douzzer merged commit 51cce7b into wolfSSL:master Dec 22, 2023
10 checks passed
@ejohnstown ejohnstown deleted the release-v1.4.15 branch December 22, 2023 23:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants