C++: Weaken wording on overflow static alert text

This commit is contained in:
Anders Fugmann
2021-09-23 12:44:46 +02:00
parent a031b2a090
commit a4a9e2aa96

View File

@@ -134,7 +134,7 @@ predicate outOfBounds(BufferAccess bufaccess, string msg) {
) and
msg =
"Potential buffer-overflow: '" + buf + "' has size " + size.toString() + " but '" + buf + "[" +
access.toString() + "]' is accessed here."
access.toString() + "]' may be accessed here."
)
}