Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d02a1c2

Browse files
committed
C++: Remove paragraph.
1 parent 5edc5e7 commit d02a1c2

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

cpp/ql/lib/semmle/code/cpp/security/InvalidPointerDereference/AllocationToInvalidPointer.qll

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,6 @@
3333
* 7. }
3434
* ```
3535
*
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-
*
4136
* Handling false positives:
4237
*
4338
* Consider a snippet such as:

0 commit comments

Comments
 (0)