Skip to content

Commit 0b7f024

Browse files
committed
Fix formatting error on the name property of the package
1 parent 2f80208 commit 0b7f024

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rule_packages/cpp/Memory1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
{
1010
"description": "Pointers obtained as result of performing arithmetic should point to an initialized object, or an element right next to the last element of an array.",
1111
"kind": "path-problem",
12-
"name": "Pointer arithmetic shall not form an invalid pointer.",
12+
"name": "Pointer arithmetic shall not form an invalid pointer",
1313
"precision": "high",
1414
"severity": "error",
1515
"short_name": "PointerArithmeticFormsAnInvalidPointer",
@@ -20,7 +20,7 @@
2020
{
2121
"description": "Pointer and index arguments passed to functions in <cstring> should result in valid reads and/or writes.",
2222
"kind": "problem",
23-
"name": "Pointer and index arguments passed to functions in <cstring> shall not be invalid.",
23+
"name": "Pointer and index arguments passed to functions in <cstring> shall not be invalid",
2424
"precision": "high",
2525
"severity": "error",
2626
"short_name": "PointerArgumentToCstringFunctionIsInvalid",

0 commit comments

Comments
 (0)