[Bug 527409] New: libbonobo-2.24.1-3.3: use of local variable after free
http://bugzilla.novell.com/show_bug.cgi?id=527409 Summary: libbonobo-2.24.1-3.3: use of local variable after free Classification: openSUSE Product: openSUSE 11.2 Version: Factory Platform: All OS/Version: openSUSE 11.1 Status: NEW Severity: Normal Priority: P5 - None Component: Other AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: dcb314@hotmail.com QAContact: qa@suse.de Found By: --- I just had a look at factory package libbonobo-2.24.1-3.3 For source code file libbonobo-2.24.1/bonobo-activation/bonobo-activation-mime.c around line 300 is the source code for the function gnome_vfs_mime_get_short_list_components. I notice the following lines of code g_free (supertype); then sort[1] = g_strconcat ("bonobo:supported_mime_types.has ('", supertype, "')", NULL); It seems slighty less than optimal to use the local variable supertype after is has been freed. Suggest code rework. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=527409 Marcus Meissner <meissner@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team-screening@forge.pr |bnc-team-gnome@forge.provo. |ovo.novell.com |novell.com -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=527409 User prusnak@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=527409#c1 Pavol Rusnak <prusnak@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |prusnak@novell.com --- Comment #1 from Pavol Rusnak <prusnak@novell.com> 2009-08-03 17:50:37 CEST --- David: congratulations on your 1000th bugreport! Keep it up! :-) -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=527409 User dcb314@hotmail.com added comment http://bugzilla.novell.com/show_bug.cgi?id=527409#c2 --- Comment #2 from David Binderman <dcb314@hotmail.com> 2009-08-03 11:28:57 MDT --- (In reply to comment #1)
David: congratulations on your 1000th bugreport! Keep it up! :-)
Thanks. Does this make me an unofficial member of the team, then ? It is always possible that spare time activity might lead to more. Suse / Novell do have the opportunity to buy more hours a week of bug finding activity from me, if they wish. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=527409 User vuntz@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=527409#c3 Vincent Untz <vuntz@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |should_go_upstream Status|NEW |RESOLVED URL| |https://bugzilla.gnome.org/ | |show_bug.cgi?id=597547 CC| |vuntz@novell.com Resolution| |UPSTREAM --- Comment #3 from Vincent Untz <vuntz@novell.com> 2009-10-06 07:08:21 MDT --- Sent upstream https://bugzilla.gnome.org/show_bug.cgi?id=597547 -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=527409 User mmeeks@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=527409#c4 Michael Meeks <mmeeks@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mmeeks@novell.com --- Comment #4 from Michael Meeks <mmeeks@novell.com> 2009-10-06 14:15:53 MDT --- Hi David - nice report; how did you happen upon the issue ? just code reading ? :-) Fix committed up-stream anyhow. Thanks. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com