-
Notifications
You must be signed in to change notification settings - Fork 56
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
Compile error with gcc 15-20241117 -Wunterminated-string-initialization #194
Comments
me too |
This fixes GCC 15 to complain about "unterminated-string-initialization". Fixes #194.
@heitbaum and @WentsingNee Can you please confirm the referenced commit does fix your issue? |
yes, adjusting array size can fix my issue |
Can you please re-check with the updated commit? |
55bc82b Builds fine
|
It does build with the \0 removed
|
Fixed that way in 819352f. |
libxcrypt/lib/util-base64.c
Lines 23 to 27 in dabbc15
The text was updated successfully, but these errors were encountered: