mirror of
https://github.com/github/codeql.git
synced 2026-04-25 16:55:19 +02:00
6 lines
205 B
Plaintext
6 lines
205 B
Plaintext
import semmle.code.cpp.ir.implementation.aliased_ssa.internal.AliasedSSA
|
|
|
|
from AllocationMemoryLocation def, AllocationMemoryLocation use, Overlap ovr
|
|
where ovr = getOverlap(def, use)
|
|
select def, use, ovr
|