search for: alarrosa

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

Did you mean: larrosa
2024 Aug 16
1
[Bug 3718] New: Small memory leak (+patch) in process_server_config_line_depth
..._depth Product: Portable OpenSSH Version: -current Hardware: Other OS: Linux Status: NEW Severity: enhancement Priority: P5 Component: sshd Assignee: unassigned-bugs at mindrot.org Reporter: alarrosa at suse.com Created attachment 3831 --> https://bugzilla.mindrot.org/attachment.cgi?id=3831&action=edit Patch that fixes the memory leak While running sshd under valgrind I noticed a small memory leak. The return value of argv_assemble is owned by the caller and should be free'd. Wh...