cgal/Nef_S2/include/CGAL
Laurent Rineau 6e8f312437 Fix a use-after-free
In the expression `M[--L.end()] = M[start];`, the hash map `M` can be
rehashed during the evaluation of the expression. That can lead to a
use-after-free when the reference to `M[start]` is loaded, and the evaluation
of `M[--L.end()]` triggers a rehash, and invalidates the reference to
`M[start]`.
2022-06-20 11:58:40 +02:00
..
Nef_S2 Fix a use-after-free 2022-06-20 11:58:40 +02:00
Nef_polyhedron_S2.h Fix capitalisation of macro name. 2021-04-28 21:03:45 +01:00