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

Linux Embedded: Platform linuxfb crashes with segmentation fault + Patch

    XMLWordPrintable

Details

    • ffd912a51d2230a0d9d40b271a7e7f94f93b5e4e

    Description

      qtbase/src/plugins/platforms/linuxfb/qlinuxfbscreen.cpp

      In switchToGraphicsMode parameter oldMode is already a pointer:

      -static bool switchToGraphicsMode(int ttyfd, int *oldMode)
      {

      • ioctl(ttyfd, KDGETMODE, &oldMode);
        + ioctl(ttyfd, KDGETMODE, oldMode);

      Joachim

      Attachments

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

        Activity

          People

            tvete Paul Olav Tvete
            joachim Joachim Eibl
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes