| Summary: | cert_free leaks memory | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Mateusz Kocielski <shm> | ||||
| Component: | sshd | Assignee: | Assigned to nobody <unassigned-bugs> | ||||
| Status: | CLOSED FIXED | ||||||
| Severity: | minor | CC: | djm, shm | ||||
| Priority: | P5 | ||||||
| Version: | 6.2p1 | ||||||
| Hardware: | Other | ||||||
| OS: | FreeBSD | ||||||
| Bug Depends on: | |||||||
| Bug Blocks: | 2076 | ||||||
| Attachments: |
|
||||||
Applied - will be in 6.3. Thanks! Close all resolved bugs after 7.3p1 release |
Created attachment 2254 [details] cert_free memory leak fix cert_free function, which is declared in key.c is not freeing cert structure itself. In the attachment I've submitted simple patch.