mirror of
https://github.com/github/codeql.git
synced 2026-05-03 20:58:03 +02:00
remove more instances of the alert-loc being repeated as a link
This commit is contained in:
@@ -26,5 +26,5 @@ where
|
||||
DataFlow::localFlow(DataFlow::parameterNode(p), sink) and
|
||||
p.getUnspecifiedType().getSize() < 8
|
||||
select call,
|
||||
"This call: $@ passes an unsigned int to a function that requires a signed int: $@. And then used in pointer arithmetic: $@.",
|
||||
call, call.toString(), f, f.toString(), sink, sink.toString()
|
||||
"This call passes an unsigned int to a function that requires a signed int: $@. And then used in pointer arithmetic: $@.",
|
||||
f, f.toString(), sink, sink.toString()
|
||||
|
||||
Reference in New Issue
Block a user