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

In 6091:

Fix #2244: Prevent continuous memory allocation when getting raw certificate on TLS.

Note: See TracTickets for help on using tickets.