Files
Eduardo' Vela" Nava (sirdarckcat) 4bd1568850 Add files via upload
2024-12-21 17:15:38 +01:00

13 lines
497 B
Plaintext

import cpp
// Used for the dashboard to see which syzkaller repro's trigger this function
from Function fun, string file, BlockStmt block, int startLine, int endLine
where
not fun.getName().matches("%assert%") and
fun.getLocation().getFile().toString() = file and
fun.getBlock() = block and
block.getLocation().getFile().toString() = file and
block.getLocation().getStartLine() = startLine and
block.getLocation().getEndLine() = endLine
select fun.getName(), file, startLine, endLine