GNOME Bugzilla – Bug 621892
Crash when looking for printer drivers
Last modified: 2010-06-17 14:27:24 UTC
When adding a printer with system-config-printer, gpk-dbus-service crashes. That's happening because we're creating a gchar ** variable that is supposed to end with NULL, except that we forget to add a NULL at the end. See the patch.
Created attachment 163919 [details] [review] Add a NULL item after g_renew()
This problem has been fixed in our software repository. The fix will go into the next software release. Thank you for your bug report.