← Back to team overview

desktop-packages team mailing list archive

[Bug 1477983] Re: Zeitgeist plugin read/write after free on datasource registration

 

This bug was fixed in the package gedit - 3.10.4-0ubuntu13

---------------
gedit (3.10.4-0ubuntu13) wily; urgency=medium

  * debian/patches/git_zeitgeist_crash.patch:
    - Fix crash in Zeitgeist plugin (LP: #1477983)

 -- Robert Ancell <robert.ancell@xxxxxxxxxxxxx>  Thu, 13 Aug 2015
10:26:53 +1200

** Changed in: gedit (Ubuntu Wily)
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gedit in Ubuntu.
https://bugs.launchpad.net/bugs/1477983

Title:
  Zeitgeist plugin read/write after free on datasource registration

Status in gedit:
  Fix Released
Status in gedit package in Ubuntu:
  Fix Released
Status in gedit source package in Trusty:
  Triaged
Status in gedit source package in Vivid:
  Triaged
Status in gedit source package in Wily:
  Fix Released

Bug description:
  The Zeitgeist plugin creates a GPtrArray to give to libzeitgeist when
  registering a Zeitgeist datasource. libzeitgeist internally sinks this
  reference, but the plugin assumes the GPtrArray to still be available
  and later attempts to unref it.

  The attached patch adds a reference to the GPtrArray to keep it
  available until the end of the plugin's initialisation code, where it
  is unrefed. The patch is designed to integrate with quilt on top of
  gedit 3.10.4-0ubuntu10.

  The upstream bug report is
  https://bugzilla.gnome.org/show_bug.cgi?id=752824.

To manage notifications about this bug go to:
https://bugs.launchpad.net/gedit/+bug/1477983/+subscriptions


References