Patches item #1784865, was opened at 2007-08-30 22:23
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=637566&aid=1784865&group_id=104305

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: sipp
Group: Unstable (example)
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Qingao Wu (wuqingao)
Assigned to: Nobody/Anonymous (nobody)
Summary: [last_*] will return a \0 if the header doesn't exist

Initial Comment:
For example, for [last_Record-Route], sometimes the sip proxy will not add 
record-route header, and in this situation, sipp will still write a \0 to the 
constructed msg, and causing the msg to be corrupted.

The problem is call::get_header() will return char* last_header pointing to 
'\0', instead of a NULL pointer. As a result, all judgement of whether the 
header has been found should be considering the return of a empty string.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=637566&aid=1784865&group_id=104305

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Sipp-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to