https://bugs.kde.org/show_bug.cgi?id=467394
b...@mogwai.be changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/mult |https://invent.kde.org/mult |imedia/kasts/commit/45e50e4 |imedia/kasts/commit/aae4d7f |0fbac833f787c24e2b609ccc862 |3c848d1b3e9601c8bd61c65d796 |6e126d |3795d5 --- Comment #11 from b...@mogwai.be --- Git commit aae4d7f3c848d1b3e9601c8bd61c65d7963795d5 by Bart De Vries. Committed on 15/03/2023 at 14:11. Pushed by bdevries into branch 'release/23.04'. Fix bug with empty feed causing nullptr dereference If an empty URL was entered (i.e. only whitespace) then that would be accepted and added to the database as temporary entry to be loaded and checked later. However, sqlite will convert this to a NULL entry. This would lead to Kasts not being able to retrieve that feed from the DB, and hence not being able to create a proper object. This would then lead to a nullptr dereference down the line. Note that this is a corner case: other invalid URLs are spotted correctly and do not cause the application to crash. M +11 -2 src/datamanager.cpp https://invent.kde.org/multimedia/kasts/commit/aae4d7f3c848d1b3e9601c8bd61c65d7963795d5 -- You are receiving this mail because: You are watching all bug changes.