https://github.com/Kitware/CMake
Revision 27f033550a3693df67a30ce94f3c5e60a7a337ec authored by Brad King on 27 March 2018, 12:41:09 UTC, committed by Brad King on 27 March 2018, 12:46:20 UTC
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
1 parent 75e8af3
History
Tip revision: 27f033550a3693df67a30ce94f3c5e60a7a337ec authored by Brad King on 27 March 2018, 12:41:09 UTC
ctest_update: Fix crash when handling svn externals
Tip revision: 27f0335
File Mode Size
LGPLv2.1.txt -rw-r--r-- 25.9 KB
LGPLv3.txt -rw-r--r-- 7.5 KB
README.rst -rw-r--r-- 242 bytes

README.rst

back to top