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 segfaults -- CRC64NVME on machines with disabled AVX and uri parsing corner case. #597

Merged
merged 5 commits into from
Jan 28, 2025

Conversation

TingDaoK
Copy link
Contributor

Issue #, if available:

Description of changes:

aws-c-auth         v0.8.0 -> v0.8.3
aws-c-cal          v0.8.0 -> v0.8.1
aws-c-common       v0.10.3 -> v0.10.9
aws-c-compression  v0.3.0 ✓
aws-c-event-stream v0.5.0 ✓
aws-c-http         v0.9.2 ✓
aws-c-io           v0.15.3 ✓
aws-c-mqtt         v0.11.0 ✓
aws-c-sdkutils     v0.2.0 -> v0.2.2
aws-checksums      v0.2.0 -> v0.2.2
aws-lc             v1.37.0 -> v1.43.0
s2n                v1.5.5 -> v1.5.11

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

Comment on lines 11 to +14
# Maximum package size (for current platform) in bytes
# NOTE: if you increase this, you might also need to increase the
# limit in continuous-delivery/pack.sh
max_size = 8_250_000
max_size = 9_000_000
Copy link
Contributor

Choose a reason for hiding this comment

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

We probably need to increase the limit in pack.sh.

@TingDaoK TingDaoK merged commit b59d782 into main Jan 28, 2025
33 checks passed
@TingDaoK TingDaoK deleted the fix-heap-overflow branch January 28, 2025 01:37
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