cgal/Point_set_shape_detection_3
Caedmon Irias 8690601d56 Cherry-pick pull request #2409 from SKURInc/master
avoid index out of range with large bitmap sizes

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.
2017-09-15 16:27:38 +02:00
..
doc/Point_set_shape_detection_3 Update dependencies 2017-01-16 10:54:19 +01:00
examples/Point_set_shape_detection_3 Merge pull request #1438 from sloriot/CGAL-clean_up_projects_name_cmake 2016-10-05 13:02:25 +02:00
include/CGAL Cherry-pick pull request #2409 from SKURInc/master 2017-09-15 16:27:38 +02:00
package_info/Point_set_shape_detection_3 remove non UTF-8 characters 2017-01-19 15:20:26 +01:00
test/Point_set_shape_detection_3 Merge remote-tracking branch 'cgal/releases/CGAL-4.9-branch' into HEAD 2017-03-16 10:41:40 +01:00