mirror of
https://github.com/github/codeql.git
synced 2026-01-29 22:32:58 +01:00
Autoformat QL.
This commit is contained in:
@@ -51,9 +51,7 @@ module AllocationSizeOverflow {
|
||||
exists(MarshalingFunction marshal, DataFlow::CallNode call |
|
||||
call = marshal.getACall() and
|
||||
// rule out cases where we can tell that the result will always be small
|
||||
exists(FunctionInput inp | inp = marshal.getAnInput() |
|
||||
isBig(inp.getNode(call).asExpr())
|
||||
) and
|
||||
exists(FunctionInput inp | inp = marshal.getAnInput() | isBig(inp.getNode(call).asExpr())) and
|
||||
this = marshal.getOutput().getNode(call)
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user