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

Avoid clang 15 crash by using correct array size #1463

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

neverpanic
Copy link
Contributor

Clang 15 crashes when compiling this code because the size of the array does not match the initializer. This is fixed in clang 16, but Apple clang version 14.0.3 (clang-1403.0.22.14.1) which is currently shipped in Ventura is still affected by this.

See llvm/llvm-project#56016 for the upstream report of this problem.

Clang 15 crashes when compiling this code because the size of the array
does not match the initializer. This is fixed in clang 16, but

  Apple clang version 14.0.3 (clang-1403.0.22.14.1)

which is currently shipped in Ventura is still affected by this.

See llvm/llvm-project#56016 for the upstream
report of this problem.

Signed-off-by: Clemens Lang <cal@macports.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant