bugzilla-daemon at bugzilla.mindrot.org
2011-Dec-17 17:02 UTC
[Bug 1962] New: command buffer struct is not freed before exit()
https://bugzilla.mindrot.org/show_bug.cgi?id=1962 Bug #: 1962 Summary: command buffer struct is not freed before exit() Classification: Unclassified Product: Portable OpenSSH Version: -current Platform: All OS/Version: All Status: NEW Severity: minor Priority: P2 Component: ssh AssignedTo: unassigned-bugs at mindrot.org ReportedBy: loganaden at gmail.com Created attachment 2122 --> https://bugzilla.mindrot.org/attachment.cgi?id=2122 ssh memory leak diff command is initialised but is not freed before returning from main(). All modern OS free it automatically, but I've been told it's a good practice to free it. -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2011-Dec-17 17:07 UTC
[Bug 1962] command buffer struct is not freed before exit()
https://bugzilla.mindrot.org/show_bug.cgi?id=1962 --- Comment #1 from Loganaden Velvindron <loganaden at gmail.com> 2011-12-18 04:07:34 EST --- Created attachment 2123 --> https://bugzilla.mindrot.org/attachment.cgi?id=2123 portable ssh memory leak diff -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug.