| Summary: | memleak in servconf.c | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Arthur Mesh <arthurmesh> | ||||
| Component: | sshd | Assignee: | Assigned to nobody <unassigned-bugs> | ||||
| Status: | NEW --- | ||||||
| Severity: | trivial | ||||||
| Priority: | P5 | ||||||
| Version: | -current | ||||||
| Hardware: | Other | ||||||
| OS: | FreeBSD | ||||||
| Attachments: |
|
||||||
Created attachment 2414 [details] proposed fix (kex|mac|cipher)_alg_list() return dynamically allocated memory; however, this dynamically allocated memory is not freed when used in dump_config() Attached is a proposed fix. Thanks