[asterisk-bugs] [LibSS7 0015620]: new mtp2 created for adjcent_sp
Asterisk Bug Tracker
noreply at bugs.digium.com
Sun Aug 2 13:31:56 CDT 2009
A NOTE has been added to this issue.
======================================================================
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-08-02 13:31 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));
======================================================================
----------------------------------------------------------------------
(0108515) adomjan (reporter) - 2009-08-02 13:31
https://issues.asterisk.org/view.php?id=15620#c108515
----------------------------------------------------------------------
yes, you are right, it was my misstake :)
Issue History
Date Modified Username Field Change
======================================================================
2009-08-02 13:31 adomjan Note Added: 0108515
======================================================================
More information about the asterisk-bugs
mailing list