bugzilla-daemon at mindrot.org
2013-Apr-15 04:27 UTC
[Bug 2088] New: meoory leak in do_gen_krl()
https://bugzilla.mindrot.org/show_bug.cgi?id=2088 Bug ID: 2088 Summary: meoory leak in do_gen_krl() Classification: Unclassified Product: Portable OpenSSH Version: 6.2p1 Hardware: All OS: FreeBSD Status: NEW Severity: minor Priority: P5 Component: ssh-keygen Assignee: unassigned-bugs at mindrot.org Reporter: arthurmesh at gmail.com Created attachment 2240 --> https://bugzilla.mindrot.org/attachment.cgi?id=2240&action=edit potential fix ca is not properly freed. -- You are receiving this mail because: You are watching the assignee of the bug.
bugzilla-daemon at mindrot.org
2013-Apr-15 04:37 UTC
[Bug 2088] meoory leak in do_gen_krl()
https://bugzilla.mindrot.org/show_bug.cgi?id=2088 --- Comment #1 from Arthur Mesh <arthurmesh at gmail.com> --- Created attachment 2241 --> https://bugzilla.mindrot.org/attachment.cgi?id=2241&action=edit potential fix for both leaks Found another leak. Instead of opening another defect, I'll submit it as part of this one. -- You are receiving this mail because: You are watching the assignee of the bug.
bugzilla-daemon at mindrot.org
2013-Apr-18 02:49 UTC
[Bug 2088] meoory leak in do_gen_krl()
https://bugzilla.mindrot.org/show_bug.cgi?id=2088 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Assignee|unassigned-bugs at mindrot.org |djm at mindrot.org Attachment #2250| |ok?(dtucker at zip.com.au) Flags| | Attachment #2240|0 |1 is obsolete| | Attachment #2241|0 |1 is obsolete| | --- Comment #2 from Damien Miller <djm at mindrot.org> --- Created attachment 2250 --> https://bugzilla.mindrot.org/attachment.cgi?id=2250&action=edit fix leaks, checking for NULL before key_free() You need to check whether ca was actually loaded, as key_free() will fatal() if not. -- You are receiving this mail because: You are watching the assignee of the bug.
https://bugzilla.mindrot.org/show_bug.cgi?id=2088 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|meoory leak in do_gen_krl() |memleak in do_gen_krl() -- You are receiving this mail because: You are watching the assignee of the bug.
https://bugzilla.mindrot.org/show_bug.cgi?id=2088 Darren Tucker <dtucker at zip.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #2250|ok?(dtucker at zip.com.au) |ok+ Flags| | -- You are receiving this mail because: You are watching the assignee of the bug.
https://bugzilla.mindrot.org/show_bug.cgi?id=2088 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |FIXED Blocks| |2076 --- Comment #3 from Damien Miller <djm at mindrot.org> --- applied. Thanks! -- You are receiving this mail because: You are watching the assignee of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2016-Aug-02 00:40 UTC
[Bug 2088] memleak in do_gen_krl()
https://bugzilla.mindrot.org/show_bug.cgi?id=2088 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #4 from Damien Miller <djm at mindrot.org> --- Close all resolved bugs after 7.3p1 release -- You are receiving this mail because: You are watching the assignee of the bug.