https://bugs.kde.org/show_bug.cgi?id=378590
David Rosca <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://commits.kde.org/kde | |plasma-addons/bd07284ec84af | |57cefd0c91339656f0bda79e466 Status|CONFIRMED |RESOLVED Resolution|--- |FIXED --- Comment #4 from David Rosca <[email protected]> --- Git commit bd07284ec84af57cefd0c91339656f0bda79e466 by David Rosca. Committed on 16/04/2017 at 15:51. Pushed by drosca into branch 'master'. Fix crash in JSON traversal in Bing potd provider QJsonArray::operator[] returns QJsonValueRef which seems to crash when trying to convert to object. Using QJsonArray::at() instead which returns QJsonValue fixes the crash. Differential Revision: https://phabricator.kde.org/D5478 M +1 -1 dataengines/potd/bingprovider.cpp https://commits.kde.org/kdeplasma-addons/bd07284ec84af57cefd0c91339656f0bda79e466 -- You are receiving this mail because: You are watching all bug changes.
