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

Fix memory leaks in Windows TLS handler #637

Merged
merged 3 commits into from
Jul 11, 2024
Merged

Fix memory leaks in Windows TLS handler #637

merged 3 commits into from
Jul 11, 2024

Conversation

graebm
Copy link
Contributor

@graebm graebm commented Jul 10, 2024

Update to latest submodules:

aws-c-cal          v0.7.0 -> v0.7.1
aws-c-io           v0.14.9 -> v0.14.11
aws-c-http         v0.8.2 -> v0.8.3
aws-c-s3           v0.5.10 -> v0.6.1
aws-lc             v1.30.1 -> v1.31.0
s2n                v1.4.16 -> v1.4.17

Fix comes from here: awslabs/aws-c-io#652

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

aws-c-cal          v0.7.0 -> v0.7.1
aws-c-io           v0.14.9 -> v0.14.10
aws-c-s3           v0.5.10 -> v0.6.0
aws-lc             v1.30.1 -> v1.31.0
s2n                v1.4.16 -> v1.4.17
aws-c-io -> v0.14.11
aws-c-s3 -> v0.6.1
a new field was added, but since we didn't zero out the whole struct, it ended up gobblidigook
@graebm graebm merged commit 336e088 into main Jul 11, 2024
59 checks passed
@graebm graebm deleted the fix-win-memleaks branch July 11, 2024 21:15
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