mirror of https://github.com/CGAL/cgal
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]`. |
||
|---|---|---|
| .. | ||
| doc/Nef_S2 | ||
| examples/Nef_S2 | ||
| include/CGAL | ||
| package_info/Nef_S2 | ||
| test/Nef_S2 | ||
| TODO | ||