Uploaded image for project: 'MariaDB ColumnStore'
  1. MariaDB ColumnStore
  2. MCOL-900

Project list vector insert past end crash

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Minor
    • Resolution: Won't Do
    • 1.0.11
    • Icebox
    • ExeMgr
    • 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.

      Attachments

        Activity

          People

            Unassigned Unassigned
            LinuxJedi Andrew Hutchings (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Git Integration

                Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.