Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5edc5e7 commit d02a1c2Copy full SHA for d02a1c2
1 file changed
cpp/ql/lib/semmle/code/cpp/security/InvalidPointerDereference/AllocationToInvalidPointer.qll
@@ -33,11 +33,6 @@
33
* 7. }
34
* ```
35
*
36
- * Reducing the size of `pointerAddInstructionHasBounds`:
37
- * The `pointerAddInstructionHasBounds` can be very large since the `sink2` column is defined as anything that non-strictly
38
- * upper bounds the right-hand side of a pointer-arithmetic instruction. In order to reduce the size of this predicate we prune
39
- * the set of pointer-arithmetic instructions to only those instructions where the left-hand side flows from an allocation.
40
- *
41
* Handling false positives:
42
43
* Consider a snippet such as:
0 commit comments