Opened 7 years ago
Closed 6 years ago
#2038 closed task (fixed)
Review pjsua app sample about pjsua_call_info usage
Reported by: | nanang | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-2.8 |
Component: | applications | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: | no |
Description
String types in pjsua_call_info is pj_str_t which is basically not a null-terminated string, but pjsua app use the string fields as if they were null-terminated (e.g: print them using simple %s's printf() format).
Change History (2)
comment:1 Changed 7 years ago by ming
- Milestone changed from release-2.7.1 to release-2.8
comment:2 Changed 6 years ago by riza
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
In 5822: