Branches for Intrepid

Name Status Last Modified Last Commit
lp:ubuntu/intrepid/libvisual-plugins 1 Development 2009-07-03 10:50:00 UTC
6. New patch, 60_no-const-vispluginfo-in...

Author: Loïc Minier
Revision Date: 2008-10-22 21:15:53 UTC

New patch, 60_no-const-vispluginfo-in-nastyfft, the static VisPluginInfo
in nastyfft was declared as const, but libvisual write to its refcount
when it visual_object_unref()s it (nasty!). This is broken at various
levels: libvisual shouldn't be writing to this static plugin which is
allocated by a dlopen()ed plugin, and it should also honor the "const
VisPluginInfo" API... Anyway, nastyfft was the only occurrence and this
fixes the crash for now; LP: #287448.

11 of 1 result