View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0014784CMake(No Category)public2014-03-04 08:412014-10-06 10:32
Reporterpotm 
Assigned ToBrad King 
PrioritynormalSeveritytrivialReproducibilityalways
StatusclosedResolutionfixed 
Platformx86OSwindowsOS Version7
Product VersionCMake 2.8.12.2 
Target VersionCMake 3.0Fixed in VersionCMake 3.0 
Summary0014784: Seg fault with wrong number of args for check-build-system
Descriptionsee summary
Steps To ReproduceExecute: "cmake --check-build-system awfeew"
Get segfault
Additional InformationCulprit:
cmake.cxx
656 else if((i < args.size()-1) && (arg.find("--check-build-system",0) == 0))
657 {
658 this->CheckBuildSystemArgument = args[++i];
659 this->ClearBuildSystem = (atoi(args[++i].c_str()) > 0);
660 }

TagsNo tags attached.
Attached Files

 Relationships

  Notes
(0035247)
Brad King (manager)
2014-03-04 10:16

Fixed, thanks:

 cmake: Fix --check-build-system argument count check
 http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=3504f9b9 [^]

I will merge this for 3.0.0-rc2.
(0036931)
Robert Maynard (manager)
2014-10-06 10:32

Closing resolved issues that have not been updated in more than 4 months.

 Issue History
Date Modified Username Field Change
2014-03-04 08:41 potm New Issue
2014-03-04 10:16 Brad King Note Added: 0035247
2014-03-04 10:16 Brad King Assigned To => Brad King
2014-03-04 10:16 Brad King Status new => resolved
2014-03-04 10:16 Brad King Resolution open => fixed
2014-03-04 10:16 Brad King Fixed in Version => CMake 3.0
2014-03-04 10:16 Brad King Target Version => CMake 3.0
2014-10-06 10:32 Robert Maynard Note Added: 0036931
2014-10-06 10:32 Robert Maynard Status resolved => closed


Copyright © 2000 - 2018 MantisBT Team