https://bugs.kde.org/show_bug.cgi?id=361744
Boudewijn Rempt <b...@valdyas.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CONFIRMED |RESOLVED Resolution|--- |FIXED --- Comment #3 from Boudewijn Rempt <b...@valdyas.org> --- Fixed in commit cb342ec320ad79c07c9d8963895ff963f841eb3f Author: Dmitry Kazakov <dimul...@gmail.com> Date: Fri Apr 15 19:03:54 2016 +0300 Fix all invalid accesses in stl-like iterators We must not keep 'end' iterator throughout the loop if the object is changed in the meantime. According to Qt's docs all the iterators become 'undefined' after every non-const function call over the iterated object. CC:kimages...@kde.org -- You are receiving this mail because: You are watching all bug changes.