Bug 2208

Summary: memleak in servconf.c
Product: Portable OpenSSH Reporter: Arthur Mesh <arthurmesh>
Component: sshdAssignee: Assigned to nobody <unassigned-bugs>
Status: NEW ---    
Severity: trivial    
Priority: P5    
Version: -current   
Hardware: Other   
OS: FreeBSD   
Attachments:
Description Flags
proposed fix none

Description Arthur Mesh 2014-03-04 11:00:46 AEDT
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