diff options
author | Brad King <brad.king@kitware.com> | 2018-03-27 12:41:09 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2018-03-27 12:46:20 (GMT) |
commit | 27f033550a3693df67a30ce94f3c5e60a7a337ec (patch) | |
tree | 29f97dff2016efa292493814372a4d134c62db26 /Source/cmVS10CudaHostFlagTable.h | |
parent | 75e8af3354c42ce42abb4bece351fe1a8b99d96a (diff) | |
download | CMake-27f033550a3693df67a30ce94f3c5e60a7a337ec.zip CMake-27f033550a3693df67a30ce94f3c5e60a7a337ec.tar.gz CMake-27f033550a3693df67a30ce94f3c5e60a7a337ec.tar.bz2 |
ctest_update: Fix crash when handling svn externals
Refactoring in commit v3.9.0-rc1~156^2 (c++: prefer vectors over lists,
2017-05-04) switched `cmCTestSVN::Repositories` from `std::list` to
`std::vector`. This can cause re-allocation when svn externals are
processed and break the `RootInfo` pointer that is supposed to point at
the first repository element. Switch back to `std::list` so that the
address remains stable.
Fixes: #17854
Diffstat (limited to 'Source/cmVS10CudaHostFlagTable.h')
0 files changed, 0 insertions, 0 deletions