Skip to content

Commit a4a9e2a

Browse files
committed
C++: Weaken wording on overflow static alert text
1 parent a031b2a commit a4a9e2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/src/Critical/OverflowStatic.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ predicate outOfBounds(BufferAccess bufaccess, string msg) {
134134
) and
135135
msg =
136136
"Potential buffer-overflow: '" + buf + "' has size " + size.toString() + " but '" + buf + "[" +
137-
access.toString() + "]' is accessed here."
137+
access.toString() + "]' may be accessed here."
138138
)
139139
}
140140

0 commit comments

Comments
 (0)