-
Notifications
You must be signed in to change notification settings - Fork 12.4k
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
[clang] Assertion `Initializer && "Initializer must be non-null"' failed #122120
Labels
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
confirmed
Verified by a second party
crash
Prefer [crash-on-valid] or [crash-on-invalid]
generated by fuzzer
Comments
EugeneZelenko
added
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
crash
Prefer [crash-on-valid] or [crash-on-invalid]
generated by fuzzer
and removed
clang
Clang issues not falling into any other category
labels
Jan 8, 2025
@llvm/issue-subscribers-clang-frontend Author: None (wxie7)
code:
```c
void *f() {
int sp_r1 __asm__("ebx")((char *)sp_r1, 0);
}
```
just crash on assertion trunk
https://godbolt.org/z/YTcbYxd87
generated via fuzzing.
No related issues were found by searching [issue](https://github.com/llvm/llvm-project/issues?q=sort%3Aupdated-desc%20is%3Aissue%20is%3Aopen%20assertion%20Initializer%20must%20be%20non-null)
<details><summary><strong>Backtrace</strong></summary>
</p> |
goes back to clang-2.7: https://godbolt.org/z/xx9nT5sYe |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
confirmed
Verified by a second party
crash
Prefer [crash-on-valid] or [crash-on-invalid]
generated by fuzzer
code:
just crash on assertion trunk
https://godbolt.org/z/YTcbYxd87
generated via fuzzing.
No related issues were found by searching issue
Backtrace
The text was updated successfully, but these errors were encountered: