C++ Initializer Inconsistencies
Đang mở
C++
question
- Ngôn ngữ chính
- CodeQL
- Star
- 10.1k
- Fork
- 2.1k
- Merge trung bình
- 2 ngày 15 giờ
- Pull request đã merge (30 ngày)
- 141
Mô tả
Below is a simple C++ file illustrating two uses of codeql `Initializer` .
```
#include
#include
using namespace std;
int main()
{
char* test1 = "hello world";
if(char* test2 = (char*)malloc(10))
{
cout<<"test"<
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.