search for: carcfour

Displaying 1 result from an estimated 1 matches for "carcfour".

Did you mean: arcfour
2013 Dec 10
9
[Bug 2182] New: getopt(3) command-line arguments memleaks
...rg Reporter: tcunha at gmx.com Created attachment 2386 --> https://bugzilla.mindrot.org/attachment.cgi?id=2386&action=edit Plug getopt(3) command-line arguments memleaks Some options, when used more than once, are currently leaking memory. For instance: $ ssh -Elog1 -Elog2 -carcfour -caes128-ctr I've decided to remove the xstrdup call and used a simple assignment to optarg when specifying a log file, instead of freeing it previously, since it's only used once in log_redirect_stderr_to. -- You are receiving this mail because: You are watching the assignee of the bug.