Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Won't Do
-
1.0.11
-
None
Description
joblistfactory.cpp:1003
projectKeys.insert(projectKeys.begin() + distance(pcv.begin(), it), tupleKey);
|
It is possible for the return of std::distance to be higher that the size of the projectKeys vector which triggers a segfault. In the core file I have debugged projectKeys has a size of 2 and the distance returns 4.