Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-19553

use of uninitialized static variable

    XMLWordPrintable

Details

    • Bug
    • Resolution: Invalid
    • P2: Important
    • None
    • 4.7.3
    • Core: Plugins
    • None
    • Linux, X11

    Description

      Please take a look at function qt_guiPlatformPlugin() at qt-everywhere-opensource-src-4.7.3/src/gui/kernel/qguiplatformplugin.cpp:

      QGuiPlatformPlugin *qt_guiPlatformPlugin()
      {
      static QGuiPlatformPlugin *plugin;
      if (!plugin)
      {

      'plugin' variable is used without initialization

      This issue is present in 4.7.2 release too.

      With best regards,
      Andrew

      Attachments

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

        Activity

          People

            Unassigned Unassigned
            a.kislitsyn Andrew Kislitsyn
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes