Ignore:
Timestamp:
Nov 17, 2017 4:07:43 AM (6 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/pjmedia/src/pjmedia/sdp.c

    r5335 r5697  
    276276    } 
    277277 
     278    /* The buffer passed to the scanner is not guaranteed to be NULL 
     279     * terminated, but should be safe. See ticket #2063. 
     280     */     
    278281    pj_scan_init(&scanner, (char*)attr->value.ptr, attr->value.slen, 
    279282                 PJ_SCAN_AUTOSKIP_WS, &on_scanner_error); 
     
    386389     */ 
    387390 
     391    /* The buffer passed to the scanner is not guaranteed to be NULL 
     392     * terminated, but should be safe. See ticket #2063. 
     393     */ 
    388394    pj_scan_init(&scanner, (char*)attr->value.ptr, attr->value.slen, 
    389395                 PJ_SCAN_AUTOSKIP_WS, &on_scanner_error); 
Note: See TracChangeset for help on using the changeset viewer.