Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-6583 40 potential problems in the libQtCore-4.6.0
  3. QTBUG-6701

Verify why QProcessEnvironment::operator== can crash

    XMLWordPrintable

Details

    • Sub-task
    • Resolution: Done
    • Not Evaluated
    • 4.6.1
    • Core: Threads
    • None
    • 4d3839eb99d720393e1386d63fa04c83367bb076

    Description

      Testcase from the report:

        #include <QtCore>
        int main(int argc, char *argv[])
        {
            QProcessEnvironment* qprocessenvironment = new QProcessEnvironment();
            QProcessEnvironment other;
            //target interface call
            qprocessenvironment->operator==(other);
            return 0;
        }
      

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            tmacieir Thiago Macieira (closed Nokia identity) (Inactive)
            tmacieir Thiago Macieira (closed Nokia identity) (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes