We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6f6f96 commit 2578910Copy full SHA for 2578910
1 file changed
cpp/misra/src/rules/RULE-21-6-2/DynamicMemoryManagedManually.ql
@@ -95,7 +95,6 @@ where
95
/* ===== 2. The expression takes address of the dynamic memory management functions. ===== */
96
expr = dynamicMemoryManagementFunction.getAnAccess() and
97
message =
98
- "Taking the address of banned `" +
99
- dynamicMemoryManagementFunction.getQualifiedName() + "`."
+ "Taking the address of banned `" + dynamicMemoryManagementFunction.getQualifiedName() + "`."
100
)
101
select expr, message
0 commit comments