[asterisk-bugs] [LibSS7 0015620]: new mtp2 created for adjcent_sp

Asterisk Bug Tracker noreply at bugs.digium.com
Thu Jul 30 21:00:58 CDT 2009


The following issue has been SUBMITTED. 
====================================================================== 
https://issues.asterisk.org/view.php?id=15620 
====================================================================== 
Reported By:                Tian00di00
Assigned To:                mattf
====================================================================== 
Project:                    LibSS7
Issue ID:                   15620
Category:                   General
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     assigned
Asterisk Version:           Addons-1.6.0.2 
SVN Branch (only for SVN checkouts, not tarball releases):  trunk 
SVN Revision (number only!): 269 
Disclaimer on File?:        N/A 
Request Review:              
====================================================================== 
Date Submitted:             2009-07-30 21:00 CDT
Last Modified:              2009-07-30 21:00 CDT
====================================================================== 
Summary:                    new mtp2 created for adjcent_sp
Description: 
Version SVN
SVN Trunk
SVN Revision 269

Source file: mtp3.c

Line: 2153

Function: static inline void mtp3_new_adjsp(struct ss7 *ss7, struct mtp2
*link)

Description of the Bug:

the call to

   new =  calloc(1, sizeof(struct mtp2));

should be

   new = calloc(1, sizeof(struct adjacent_sp));


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

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2009-07-30 21:00 Tian00di00     New Issue                                    
2009-07-30 21:00 Tian00di00     Status                   new => assigned     
2009-07-30 21:00 Tian00di00     Assigned To               => mattf           
2009-07-30 21:00 Tian00di00     Asterisk Version          => Addons-1.6.0.2  
2009-07-30 21:00 Tian00di00     SVN Branch (only for SVN checkouts, not tarball
releases) =>  trunk          
2009-07-30 21:00 Tian00di00     SVN Revision (number only!) => 269             
======================================================================




More information about the asterisk-bugs mailing list