-
**This testcase is generated by a fuzzer.**
Compiler Explorer: [https://godbolt.org/z/8ob4qjW47](https://godbolt.org/z/8ob4qjW47)
This valid code will crash on clang assertion trunk:
```cpp
cl…
-
### Description
**Description**:
I encountered a heap UAF bug in PHP with commit fb257ee83c405fecf449571bfcd1cc0fb4910336 I built the binary following OSS-Fuzz's guidelines, and the bug was repro…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Problem description
We are running into this issue while trying to build freecad with qt6
the error messag…
-
**This testcase is generated by a fuzzer.**
Compiler Explorer: [https://godbolt.org/z/edWcav4b4](https://godbolt.org/z/edWcav4b4)
This invalid code will crash on clang assertion trunk:
```cpp
…
-
### Description
I encountered a crash in Clang-20 when compiling the following code snippet:
```cpp
template struct A
{
void foo() throw(int[N]);
};
A a;
template struct A
{
vo…
-
Example: https://godbolt.org/z/G675h4q8r
Standard C++ does not have compound literals, and I'm not sure whether it needs to be fixed.
I accidentally found this crash during testing and posted …
-
Building this encounters the following:
```
[...]
#########################################
Compiling LLM runtime for Linux...
#########################################
-- The C compiler i…
-
**This testcase is generated by a fuzzer.**
Compiler Explorer: [https://godbolt.org/z/88vY5nrdK](https://godbolt.org/z/88vY5nrdK)
This valid code will crash on Clang Assertion Trunk.
```cpp
__…
-
Given test.i with:
```
%feature("kwargs") foo;
%inline {
void foo(const char* x="");
}
```
SWIG as commit 40b6cc684f6e628934f9fc27fdbba65405cb8bb1 (CC @wsfulton) generates with ``swig -Wall …
-
To reproduce: https://godbolt.org/z/vvzPhaoTW
Clang trunk crashes on the following snippet
```c
int foo() {
_Atomic int ok = (_Atomic int)2;
_Atomic _Complex int buggy = (_Atomic _Comple…