C++ Initializer Inconsistencies
オープン
C++
question
- 主要言語
- CodeQL
- スター
- 10.1k
- フォーク
- 2.1k
- 平均マージ
- 2日 15時間
- マージ済み PR(30日)
- 141
説明
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"<
コントリビューションガイド
評価
この issue はまだ評価されていません。