Files
CMake/Source/CTest
Brad King 27f033550a 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
2018-03-27 08:46:20 -04:00
..
2017-08-27 09:58:46 +02:00
2017-09-19 08:27:00 -04:00
2017-08-24 23:39:47 +02:00
2017-08-24 23:39:47 +02:00
2017-09-19 08:27:00 -04:00
2017-08-24 23:39:47 +02:00
2018-01-23 10:04:38 -05:00
2017-08-24 23:39:47 +02:00
2018-01-04 06:52:01 +11:00
2018-01-23 10:04:38 -05:00
2018-01-23 10:04:38 -05:00