-
Notifications
You must be signed in to change notification settings - Fork 51
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
Build failure with gcc-15 #623
Labels
Comments
justsmth
added a commit
to aws/aws-lc
that referenced
this issue
Dec 9, 2024
### Issues: Addresses aws/aws-lc-rs#623 ### Description of changes: * The size for arrays initialized with string literals should include the null-terminator. The arrays should instead be initialized like arrays are chars. By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license and the ISC license.
Hello! We just released aws-lc-rs v1.12.0. 🎉 We believe our latest release resolves the issue reported here. This issue will now be closed. If you continue to see this or other problems after upgrading, feel free to re-open this issue or open a new one. Thanks for your help in improving our library! |
Tested updating aws-lc-rs to 1.12.0, and aws-lc-sys to 0.24.0 and the build is now successful. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem:
A short description of the problem you are facing. Please include any build output, reproduction steps and environment(e.g. Docker image).
build error of
error: initializer-string for array of 'unsigned char' is too long [-Werror=unterminated-string-initialization
with gcc-15Relevant details
AWS-LC for Rust versions or commit: (6b1bce0...) 0.22.0
System information: for linux, below info can be collected by running
uname -srvmp
Build log:
The text was updated successfully, but these errors were encountered: