Uploaded image for project: 'Qt for Python'
  1. Qt for Python
  2. PYSIDE-359

Method signature corruption in getMetaDataFromQObject

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P3: Somewhat important P3: Somewhat important
    • 6.0
    • None
    • PySide
    • Linux x64, Qt 5.6.0

      The following code in PySide::getMetaDataFromQObject :

      QMetaMethod method = metaObject->method(i);
      const char* methSig = method.methodSignature();
      

      Is taking a pointer to temporary memory.

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

            Unassigned Unassigned
            savin Savin Zlobec
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes