[Bug 542443] New: syslinux-3.82-6.6: memory leak
http://bugzilla.novell.com/show_bug.cgi?id=542443 Summary: syslinux-3.82-6.6: memory leak Classification: openSUSE Product: openSUSE 11.2 Version: Factory Platform: All OS/Version: openSUSE 11.1 Status: NEW Severity: Normal Priority: P5 - None Component: Basesystem 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 syslinux-3.82-6.6 For source code file syslinux-3.82/extlinux/main.c around line 690, function install_file is the following code asprintf(&file, "%s%sextlinux.sys", path, path[0] && path[strlen(path)-1] == '/' ? "" : "/"); but I fail to notice a matching call to free. This looks like a memory leak to me. Suggest add call to free near the end of the function. -- 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=542443 Marcus Meissner <meissner@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team-screening@forge.pr |snwint@novell.com |ovo.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=542443 User snwint@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=542443#c1 Steffen Winterfeldt <snwint@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WONTFIX --- Comment #1 from Steffen Winterfeldt <snwint@novell.com> 2009-09-28 02:54:05 MDT --- The function is called exactly once. I think we can live with that. -- 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