cgal/Triangulation_3
Mael Rouxel-Labbé b080804f09 Fixed missing bound check in the sequential insertion phase
If the input point set is degenerate, dimension() < 3 is always 'true'
and we will eventually try to read beyond the end of the points vector.

See issue https://github.com/CGAL/cgal/issues/2922
2018-03-13 11:14:06 +01:00
..
applications/Triangulation_3
benchmark/Triangulation_3 Fixed point typedef in Tr_3/benchmarks 2017-06-28 10:14:35 +02:00
demo Renew the handle of policies, for CMake-3.10 2017-11-06 14:58:36 +01:00
doc/Triangulation_3 Reverted useless line addition 2018-01-31 15:41:37 +01:00
examples/Triangulation_3 Fixed usage of Bare point and Weighted point across Triangulation_3 2017-06-28 10:14:35 +02:00
include/CGAL Fixed missing bound check in the sequential insertion phase 2018-03-13 11:14:06 +01:00
package_info/Triangulation_3
test/Triangulation_3 Fixed Has_nested_type_Bare_point includes 2017-06-28 10:15:30 +02:00
TODO