mirror of https://github.com/CGAL/cgal
With large u and v, the product u * v exceeds the capacity of an int. The result when coerced to size_t can be an out of range index into bitmap. Avoid this by casting u and v to size_t before multiplying. |
||
|---|---|---|
| .. | ||
| doc/Point_set_shape_detection_3 | ||
| examples/Point_set_shape_detection_3 | ||
| include/CGAL | ||
| package_info/Point_set_shape_detection_3 | ||
| test/Point_set_shape_detection_3 | ||