Skip to content

Commit 499e52c

Browse files
committed
astyle formatting
[ci skip]
1 parent 1f98af6 commit 499e52c

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

lib/checkbool.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ namespace {
3232
static const CWE CWE398(398U); // Indicator of Poor Code Quality
3333
static const CWE CWE571(571U); // Expression is Always True
3434
static const CWE CWE587(587U); // Assignment of a Fixed Address to a Pointer
35-
static const CWE CWE704(704U); // Incorrect Type Conversion or Cast
35+
static const CWE CWE704(704U); // Incorrect Type Conversion or Cast
3636

3737
//---------------------------------------------------------------------------
3838
//---------------------------------------------------------------------------

lib/checkbufferoverrun.cpp

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@ namespace {
4444
//---------------------------------------------------------------------------
4545

4646
// CWE ids used:
47-
static const CWE CWE131(131U); // Incorrect Calculation of Buffer Size
48-
static const CWE CWE170(170U); // Improper Null Termination
49-
static const CWE CWE398(398U); // Indicator of Poor Code Quality
50-
static const CWE CWE682(682U); // Incorrect Calculation
51-
static const CWE CWE758(758U); // Reliance on Undefined, Unspecified, or Implementation-Defined Behavior
52-
static const CWE CWE786(786U); // Access of Memory Location Before Start of Buffer
53-
static const CWE CWE788(788U); // Access of Memory Location After End of Buffer
47+
static const CWE CWE131(131U); // Incorrect Calculation of Buffer Size
48+
static const CWE CWE170(170U); // Improper Null Termination
49+
static const CWE CWE398(398U); // Indicator of Poor Code Quality
50+
static const CWE CWE682(682U); // Incorrect Calculation
51+
static const CWE CWE758(758U); // Reliance on Undefined, Unspecified, or Implementation-Defined Behavior
52+
static const CWE CWE786(786U); // Access of Memory Location Before Start of Buffer
53+
static const CWE CWE788(788U); // Access of Memory Location After End of Buffer
5454

5555
//---------------------------------------------------------------------------
5656

0 commit comments

Comments
 (0)