cgal/Nef_S2
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
..
doc/Nef_S2 replace %CGAL by \cgal (but in titles) 2021-04-11 14:52:01 +02:00
examples/Nef_S2 update latest cmake version tested 2021-11-09 10:58:47 +01:00
include/CGAL Fix a use-after-free 2022-06-20 11:58:40 +02:00
package_info/Nef_S2 Restore the alphabetical order of `dependencies` files 2019-10-31 14:41:37 +01:00
test/Nef_S2 update latest cmake version tested 2021-11-09 10:58:47 +01:00
TODO