mirror of
https://github.com/github/codeql.git
synced 2026-04-26 01:05:15 +02:00
C++: Weaken wording on overflow static alert text
This commit is contained in:
@@ -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."
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user