| Summary: | ECDSA memory leak | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Loganaden Velvindron <loganaden> | ||||||
| Component: | ssh | Assignee: | Assigned to nobody <unassigned-bugs> | ||||||
| Status: | CLOSED FIXED | ||||||||
| Severity: | normal | ||||||||
| Priority: | P2 | ||||||||
| Version: | -current | ||||||||
| Hardware: | All | ||||||||
| OS: | All | ||||||||
| Attachments: |
|
||||||||
Created attachment 2121 [details]
portable ssh ecdsa memory leak diff
portable ssh ecdsa memory leak diff
Can I close it now ? Miod incorporated the fix in native. Set all RESOLVED bugs to CLOSED with release of OpenSSH 7.1 |
Created attachment 2120 [details] ssh ecdsa memory leak diff In ssh_ecdsa_verify(), buffer bb is initialised but not freed before returning. I've attached a diff against openbsd -current.