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

Active Qt qaxserverbase missing an error check in getConnectionInterface

    XMLWordPrintable

Details

    • Windows
    • 93b47fd1375bf76759fd38a720fc815a1c4a1f7b (qt/qtactiveqt/5.12)

    Description

      According to ms documentation the function STDMETHOD(GetConnectionInterface)(IID *pIID) in qaxserverbase.cpp should check if the input is null or invalid and return E_POINTER in such case.

      Currently no checks are performed and any pIID value would cause the function to return S_OK.

      Refer to https://msdn.microsoft.com/en-us/windows/desktop/ms693468

      Attachments

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

        Activity

          People

            kleint Friedemann Kleint
            miikapernu Miika Pernu
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes