Opened 5 years ago

Closed 5 years ago

#2242 closed defect (fixed)

Message buffer not set correctly in pjsip_rx_data_clone()

Reported by: nanang Owned by: nanang
Priority: normal Milestone: release-2.10
Component: pjsip Version: trunk
Keywords: Cc:
Backport to 1.x milestone: Backported: no

Description

Currently the message buffer is simply set to the packet buffer:

dst->msg_info.msg_buf = dst->pkt_info.packet;

while for connection oriented transports, the SIP message boundary is not always in the beginning of the packet buffer.

Thanks to Andrew A. Chernyh for the patch.

Change History (1)

comment:1 Changed 5 years ago by nanang

  • Owner set to nanang
  • Resolution set to fixed
  • Status changed from new to closed

In 6089:

Fixed #2242: Message buffer not set correctly in pjsip_rx_data_clone().

Note: See TracTickets for help on using tickets.