Hide Forgot
+++ This bug was initially created as a clone of Bug #953952 +++ In src/podcasts/grl-podcasts.c and src/bookmarks/grl-bookmarks.c, parameter values are spliced directly into SQL statements using g_strdup_printf in some cases. The values should be kept separate and passed to SQLite using sqlite3_bind_text. --- Additional comment from Fedora End Of Life on 2013-09-16 15:33:38 CEST --- This bug appears to have been reported against 'rawhide' during the Fedora 20 development cycle. Changing version to '20'. More information and reason for this action is here: https://fedoraproject.org/wiki/BugZappers/HouseKeeping/Fedora20
The upstream bug report has been opened for a while: https://bugzilla.gnome.org/show_bug.cgi?id=673912 As it's only possible for users to break their own local databases, I don't consider this a high enough risk to handle this downstream.