https://bugs.kde.org/show_bug.cgi?id=364086

Albert Astals Cid <aa...@kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Latest Commit|                            |https://commits.kde.org/kde
                   |                            |libs4support/1ba10651748121
                   |                            |3f116bfa5115dfe4d053176c17
         Resolution|---                         |FIXED
             Status|UNCONFIRMED                 |RESOLVED

--- Comment #6 from Albert Astals Cid <aa...@kde.org> ---
Git commit 1ba106517481213f116bfa5115dfe4d053176c17 by Albert Astals Cid, on
behalf of Jonathan Schultz.
Committed on 26/02/2017 at 23:53.
Pushed by aacid into branch 'master'.

Fix bug in kfiledialog.cpp that causes crashing when native widgets are used.

This patch makes kfiledialog functions that did not already do so test the
value of d->native before referencing d->w. This is important because if
d->native is non-null then d->w will be null and referencing it cause an
immediate crash. This was the case on Windows builds of okular when the file
chooser was opened.
Differential Revision: https://phabricator.kde.org/D2075

M  +66   -56   src/kio/kfiledialog.cpp

https://commits.kde.org/kdelibs4support/1ba106517481213f116bfa5115dfe4d053176c17

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to