Opened 16 years ago
Closed 16 years ago
#637 closed defect (fixed)
Handling of non-ASCII UTF-8 characters in SIP message elements (thanks Navaneetha Subramanian for the report)
Reported by: | bennylp | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-1.0-rc3 |
Component: | pjsip | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description
Some parsing components will return error when encountering non-ASCII UTF8 characters in the SIP message. This may be due to conversion from (signed) char to int, since character greater than 127 will be converted to negative integer value.
Change History (2)
comment:1 Changed 16 years ago by bennylp
comment:2 Changed 16 years ago by bennylp
- Resolution set to fixed
- Status changed from new to closed
In r2303:
- added torture tests to handle non-ASCII UTF-8 characters
Note: See
TracTickets for help on using
tickets.
This main fix for this issue is now in ticket #639