mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
Merge topic 'jacoco_parser_crash'
1d16eae868 ctest_coverage: fix out-of-bounds index in Jacoco parser
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !3147
This commit is contained in:
@@ -29,6 +29,7 @@ protected:
|
||||
this->PackageName = atts[1];
|
||||
this->PackagePath.clear();
|
||||
} else if (name == "sourcefile") {
|
||||
this->FilePath.clear();
|
||||
std::string fileName = atts[1];
|
||||
|
||||
if (this->PackagePath.empty()) {
|
||||
|
||||
Reference in New Issue
Block a user