Opened 5 years ago

Last modified 5 years ago

#2209 closed defect

Insufficient variable storage to contain Expires header field/ parameter. — at Initial Version

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

Description

RFC 3261 20.19 specifies the Expires header field to be between 0 and 232-1 seconds, but currently in sip_msg, we use the value of (signed) int. This is also applicable for Min-Expires header field, and Expires parameter of Contact header.

Change History (0)

Note: See TracTickets for help on using tickets.