Opened 14 years ago
Closed 14 years ago
#1157 closed defect (fixed)
Memory corruption with SSL socket on Symbian (thanks Michele Cicciotti for the report and the patch)
Reported by: | nanang | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-1.8.10 |
Component: | pjlib | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description
The pj_ssl_sock_send() always tries to re-align the circular buffer for write operation without considering if the buffer is being used by any pending write operations.
Change History (1)
comment:1 Changed 14 years ago by nanang
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
(In [3364]) Fix #1157: Fixed Symbian SSL socket to re-align the write (circular) buffer only when all pending write requests are completed, i.e: inside the write completion callback and when the buffer is empty.