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

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

      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;
        }
      

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

            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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes