File tree Expand file tree Collapse file tree 2 files changed +86
-90
lines changed
Expand file tree Collapse file tree 2 files changed +86
-90
lines changed Original file line number Diff line number Diff line change @@ -102,13 +102,13 @@ where
102102 /* ===== 1. The expression calls one of the dynamic memory management functions. ===== */
103103 expr = dynamicMemoryManagementFunction .getACallToThisFunction ( ) and
104104 message =
105- "This expression is a call to `" + dynamicMemoryManagementFunction .getName ( ) + "` which is " +
105+ "Banned call to `" + dynamicMemoryManagementFunction .getName ( ) + "` which is " +
106106 dynamicMemoryManagementFunction .describe ( ) + "."
107107 or
108108 /* ===== 2. The expression takes address of the dynamic memory management functions. ===== */
109109 expr = dynamicMemoryManagementFunction .getAnAccess ( ) and
110110 message =
111- "This expression takes address of `" + dynamicMemoryManagementFunction .getName ( ) +
111+ "Taking the address of a banned function `" + dynamicMemoryManagementFunction .getName ( ) +
112112 "` which is " + dynamicMemoryManagementFunction .describe ( ) + "."
113113 )
114114select expr , message
You can’t perform that action at this time.
0 commit comments