cgal/Point_set_shape_detection_3
Caedmon Irias 19fa9bffc6 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-09 12:34:42 -07:00
..
doc/Point_set_shape_detection_3 Fix Doxygen warnings 2017-08-07 17:00:00 +02:00
examples/Point_set_shape_detection_3 add pragmas to silent conversion warning from boost::counting_iterator on windows 32 bits 2017-08-31 15:30:42 +02:00
include/CGAL avoid index out of range with large bitmap sizes 2017-09-09 12:34:42 -07: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 More warning fixes 2017-08-07 10:09:04 +02:00