Zeitgeist plugin read/write after free on datasource registration
Bug #1477983 reported by
Steve Dodier-Lazaro
This bug affects 3 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
gedit |
Fix Released
|
Medium
|
|||
gedit (Ubuntu) |
Fix Released
|
Medium
|
Unassigned | ||
Trusty |
Triaged
|
Medium
|
Unassigned | ||
Vivid |
Triaged
|
Medium
|
Unassigned | ||
Wily |
Fix Released
|
Medium
|
Unassigned |
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:/
Changed in gedit (Ubuntu Vivid): | |
status: | New → Triaged |
Changed in gedit (Ubuntu Wily): | |
importance: | High → Medium |
Changed in gedit (Ubuntu Vivid): | |
importance: | Undecided → Medium |
Changed in gedit (Ubuntu Trusty): | |
importance: | Undecided → Medium |
status: | New → Triaged |
Changed in gedit (Ubuntu Wily): | |
status: | Triaged → Fix Committed |
Changed in gedit: | |
importance: | Unknown → Medium |
status: | Unknown → Fix Released |
To post a comment you must log in.
The attachment "fix_read_ after_free. patch" seems to be a debdiff. The ubuntu-sponsors team has been subscribed to the bug report so that they can review and hopefully sponsor the debdiff. If the attachment isn't a patch, please remove the "patch" flag from the attachment, remove the "patch" tag, and if you are member of the ~ubuntu-sponsors, unsubscribe the team.
[This is an automated message performed by a Launchpad user owned by ~brian-murray, for any issue please contact him.]