Ignore:
Timestamp:
Nov 17, 2017 4:07:43 AM (7 years ago)
Author:
ming
Message:

Re #2063: Add more doc in other parts of the library

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/pjsip/sip_parser.c

    r5694 r5697  
    878878            PJ_USE_EXCEPTION; 
    879879 
     880            /* The buffer passed to the scanner is not NULL terminated, 
     881             * but should be safe. See ticket #2063. 
     882             */  
    880883            pj_scan_init(&scanner, (char*)line, hdr_end-line,  
    881884                         PJ_SCAN_AUTOSKIP_WS_HEADER, &on_syntax_error); 
Note: See TracChangeset for help on using the changeset viewer.