Files
codeql/cpp/ql/test
Cornelius Riemenschneider 1c9fa4eb1d This library proves that a subset of pointer dereferences in a program are safe, i.e. in-bounds.
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.
2020-05-06 16:36:48 +02:00
..
2020-01-29 13:11:50 +01:00
2018-09-23 16:24:31 -07:00