| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| c++11 | ||
| c++17 | ||
| c++98 | ||
| filesystem | ||
| shared | ||
| Makefile.am | ||
| Makefile.in |
Fix data race when _Safe_iterator_base::_M_detach() runs concurrently with the _Safe_container_base destructor. PR libstdc++/91910 * src/c++11/debug.cc (_Safe_iterator_base::_M_detach()): Load pointer atomically and lock the mutex before accessing the sequence. (_Safe_local_iterator_base::_M_detach()): Likewise. (_Safe_iterator_base::_M_reset()): Clear _M_sequence atomically. From-SVN: r276184
| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| c++11 | Loading commit data... | |
| c++17 | Loading commit data... | |
| c++98 | Loading commit data... | |
| filesystem | Loading commit data... | |
| shared | Loading commit data... | |
| Makefile.am | Loading commit data... | |
| Makefile.in | Loading commit data... |