Skip to content

Commit

Permalink
Fix memory leaks in Windows TLS handler (#637)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
graebm committed Jul 11, 2024
1 parent d966cde commit 336e088
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion crt/aws-c-cal
2 changes: 1 addition & 1 deletion crt/aws-lc
2 changes: 1 addition & 1 deletion crt/s2n
Submodule s2n updated from 114cca to 073c7b
1 change: 1 addition & 0 deletions source/io/SocketOptions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ namespace Aws

SocketOptions::SocketOptions()
{
AWS_ZERO_STRUCT(options);
options.type = AWS_SOCKET_STREAM;
options.domain = AWS_SOCKET_IPV4;
options.connect_timeout_ms = DEFAULT_SOCKET_TIME_MSEC;
Expand Down

0 comments on commit 336e088

Please sign in to comment.