[Home]

Summary:ASTERISK-01528: [patch] Change strlen() to !ast_strlen_zero()
Reporter:Olle Johansson (oej)Labels:
Date Opened:2004-05-03 15:42:26Date Closed:2008-01-15 14:53:29.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) chan_sip_strlen.txt
Description:Use the new ast_strlen_zero construct in utils.h instead of strlen() to test if string exists or not.
Comments:By: Mark Spencer (markster) 2004-05-03 16:53:18

Added to CVS, thanks!

By: Digium Subversion (svnbot) 2008-01-15 14:53:29.000-0600

Repository: asterisk
Revision: 2878

U   trunk/channels/chan_sip.c

------------------------------------------------------------------------
r2878 | markster | 2008-01-15 14:53:29 -0600 (Tue, 15 Jan 2008) | 2 lines

Use strlen_zero function in chan_sip (bug ASTERISK-1528)

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

http://svn.digium.com/view/asterisk?view=rev&revision=2878