[asterisk-bugs] [Asterisk 0014293]: Crash if SIP MESSAGE is more than 64 lines

Asterisk Bug Tracker noreply at bugs.digium.com
Wed Jan 21 04:15:09 CST 2009


The following issue has been SUBMITTED. 
====================================================================== 
http://bugs.digium.com/view.php?id=14293 
====================================================================== 
Reported By:                triccyx
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   14293
Category:                   Channels/chan_sip/General
Reproducibility:            always
Severity:                   crash
Priority:                   normal
Status:                     new
Asterisk Version:           1.6.0 
Regression:                 No 
SVN Branch (only for SVN checkouts, not tarball releases):  trunk 
SVN Revision (number only!):  
Request Review:              
====================================================================== 
Date Submitted:             2009-01-21 04:15 CST
Last Modified:              2009-01-21 04:15 CST
====================================================================== 
Summary:                    Crash if SIP MESSAGE is more than 64 lines
Description: 
Il sip MESSAGE is more then 64 lines crash in

static int parse_request(struct sip_request *req)

check:

if (!ast_strlen_zero(dst[i])) {
		if (sipdebug)
			ast_debug(4, "%7s %2d [%3d]: %s\n",
				req->headers < 0 ? "Header" : "Body",
				i, (int)strlen(dst[i]), dst[i]);
		i++;
	}


====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2009-01-21 04:15 triccyx        New Issue                                    
2009-01-21 04:15 triccyx        Asterisk Version          => 1.6.0           
2009-01-21 04:15 triccyx        Regression                => No              
2009-01-21 04:15 triccyx        SVN Branch (only for SVN checkouts, not tarball
releases) =>  trunk          
======================================================================




More information about the asterisk-bugs mailing list