mirror of
https://github.com/github/codeql.git
synced 2026-04-25 08:45:14 +02:00
It does so by first defining what a pointer dereference is (on the IR `Instruction` level), and then using the array length analysis and the range analysis together to prove that some of these pointer dereferences are safe.