https://bugzilla.mindrot.org/show_bug.cgi?id=2081
Micah Cowan <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #25 from Micah Cowan <[email protected]> --- Heh, apparently I just submitted a similar patch (written at the request of my employer) without realizing this issue already existed, with patches: http://lists.mindrot.org/pipermail/openssh-unix-dev/2014-October/033026.html ... Obviously, we'd find this feature useful as well. :) I don't know that we care about whether things are passed via CLI versus environment, though a full key value strikes me as a rather larger-than-usual argument. Am I misreading the 2014-06-06 patch, or is there a memory leak between the call to key_fingerprint and key_write_str (needing to free the string created by key_fingerprint before overwriting the pointer with a new allocation from key_write_str)? Not that it really makes a difference when we're just about to call execl anyway. :) -- You are receiving this mail because: You are watching someone on the CC list of the bug. You are watching the assignee of the bug. _______________________________________________ openssh-bugs mailing list [email protected] https://lists.mindrot.org/mailman/listinfo/openssh-bugs
