We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 770abcf commit 7e7aa21Copy full SHA for 7e7aa21
1 file changed
lib/checknullpointer.cpp
@@ -31,7 +31,7 @@ namespace {
31
}
32
33
static const CWE CWE476(476U); // NULL Pointer Dereference
34
-static const CWE CWE682(682U); // Incorrect Calculation
+static const CWE CWE682(682U); // Incorrect Calculation
35
36
//---------------------------------------------------------------------------
37
0 commit comments