remove more instances of the alert-loc being repeated as a link

This commit is contained in:
erik-krogh
2022-09-22 15:24:26 +02:00
parent d55993a37b
commit 40bea78186
7 changed files with 52 additions and 52 deletions

View File

@@ -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()