https://bugs.kde.org/show_bug.cgi?id=480526
Christoph Roick <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CONFIRMED |RESOLVED Latest Commit| |https://invent.kde.org/kdev | |elop/kdevelop/-/commit/be17 | |abfc50ffc607012152fbab53f96 | |badd7504b Resolution|--- |FIXED --- Comment #7 from Christoph Roick <[email protected]> --- Git commit be17abfc50ffc607012152fbab53f96badd7504b by Christoph Roick. Committed on 29/03/2026 at 10:12. Pushed by croick into branch 'master'. Do not write to read-only mmapped bucket Instead of trying to clear the content of read-only mmapped data, to make it convertible into a monster bucket, simply remove the reference to the data. Add an itemrepository test that creates a free monster bucket that will be replaced by another bucket. Extend an existing test to test storing and restoring itemrepository data. The extended test now reaches the fixed code section. Related: bug 497172, bug 488043 M +1 -1 kdevplatform/serialization/itemrepository.h M +100 -7 kdevplatform/serialization/tests/test_itemrepository.cpp https://invent.kde.org/kdevelop/kdevelop/-/commit/be17abfc50ffc607012152fbab53f96badd7504b -- You are receiving this mail because: You are watching all bug changes.
