Opened 5 years ago
Closed 5 years ago
#2244 closed defect (fixed)
Prevent continuous memory allocation when getting raw certificate on TLS
Reported by: | riza | Owned by: | riza |
---|---|---|---|
Priority: | normal | Milestone: | release-2.10 |
Component: | pjlib | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: | no |
Description
#2204 added the capability to add remote certificate on OpenSSL.
However the change introduce new bug which allow memory being allocated continuously without being released when TLS transport is used.
Thanks to George Joseph for the report.
Change History (1)
comment:1 Changed 5 years ago by riza
- Owner set to riza
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
In 6091: