Changeset 5697 for pjproject/trunk/pjsip/src/pjsip/sip_parser.c
- Timestamp:
- Nov 17, 2017 4:07:43 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/src/pjsip/sip_parser.c
r5694 r5697 878 878 PJ_USE_EXCEPTION; 879 879 880 /* The buffer passed to the scanner is not NULL terminated, 881 * but should be safe. See ticket #2063. 882 */ 880 883 pj_scan_init(&scanner, (char*)line, hdr_end-line, 881 884 PJ_SCAN_AUTOSKIP_WS_HEADER, &on_syntax_error);
Note: See TracChangeset
for help on using the changeset viewer.