mirror of
https://github.com/github/codeql.git
synced 2026-04-30 03:05:15 +02:00
avoid more instances of "this location" and "here" in alert-messages
This commit is contained in:
@@ -116,5 +116,5 @@ where
|
||||
// `deref` dereferences `ptr`
|
||||
deref.getOperand() = ptr.getAUse()
|
||||
select deref.getOperand(),
|
||||
ptr.getSourceVariable() + " may be nil at this location, because $@ may not have been checked.",
|
||||
err, err.getSourceVariable().toString()
|
||||
"$@ may be nil at this dereference because $@ may not have been checked.", ptr,
|
||||
ptr.getSourceVariable().toString(), err, err.getSourceVariable().toString()
|
||||
|
||||
Reference in New Issue
Block a user