[asterisk-bugs] [Asterisk 0010821]: Deffect in Attended Transfer code
noreply at bugs.digium.com
noreply at bugs.digium.com
Tue Oct 2 13:41:02 CDT 2007
The following issue has been ASSIGNED.
======================================================================
http://bugs.digium.com/view.php?id=10821
======================================================================
Reported By: Ivan
Assigned To: qwell
======================================================================
Project: Asterisk
Issue ID: 10821
Category: Resources/res_features
Reproducibility: always
Severity: minor
Priority: normal
Status: assigned
Asterisk Version: 1.4.11
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Disclaimer on File?: N/A
Request Review:
======================================================================
Date Submitted: 09-25-2007 08:52 CDT
Last Modified: 10-02-2007 13:41 CDT
======================================================================
Summary: Deffect in Attended Transfer code
Description:
Function builtin_atxfer <res_features.c> include code (last SVN version):
...
819 if (check_compat(transferer, newchan))
820 return -1;
...
834 if (check_compat(transferee, newchan))
835 return -1;
...
I think that include deffect like not correct free alloced resources.
======================================================================
----------------------------------------------------------------------
svnbot - 10-02-07 13:41
----------------------------------------------------------------------
Repository: asterisk
Revision: 84432
_U trunk/
U trunk/res/res_features.c
------------------------------------------------------------------------
r84432 | qwell | 2007-10-02 13:41:01 -0500 (Tue, 02 Oct 2007) | 13 lines
Merged revisions 84410 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
(closes issue http://bugs.digium.com/view.php?id=10821)
........
r84410 | qwell | 2007-10-02 13:52:55 -0500 (Tue, 02 Oct 2007) | 4 lines
Finish up on transferee channel before return on failure.
Issue 10821, patch by Ivan
........
------------------------------------------------------------------------
Issue History
Date Modified Username Field Change
======================================================================
10-02-07 13:41 svnbot Note Added: 0071339
10-02-07 13:41 svnbot Status new => assigned
10-02-07 13:41 svnbot Assigned To => qwell
======================================================================
More information about the asterisk-bugs
mailing list