[asterisk-bugs] [Asterisk 0014839]: Asterisk crashes on directed Pickup.
Asterisk Bug Tracker
noreply at bugs.digium.com
Thu Apr 23 11:56:14 CDT 2009
A NOTE has been added to this issue.
======================================================================
http://bugs.digium.com/view.php?id=14839
======================================================================
Reported By: lmsteffan
Assigned To: file
======================================================================
Project: Asterisk
Issue ID: 14839
Category: Applications/app_directed_pickup
Reproducibility: always
Severity: crash
Priority: normal
Status: closed
Target Version: 1.6.0.10
Asterisk Version: SVN
Regression: No
SVN Branch (only for SVN checkouts, not tarball releases): trunk
SVN Revision (number only!): 186684
Request Review:
Resolution: fixed
Fixed in Version:
======================================================================
Date Submitted: 2009-04-06 17:16 CDT
Last Modified: 2009-04-23 11:56 CDT
======================================================================
Summary: Asterisk crashes on directed Pickup.
Description:
I have just updated to the latest SVN asterisk and it crashes on directed
Pickup.
======================================================================
----------------------------------------------------------------------
(0103693) svnbot (reporter) - 2009-04-23 11:56
http://bugs.digium.com/view.php?id=14839#c103693
----------------------------------------------------------------------
Repository: asterisk
Revision: 190218
_U branches/1.6.2/
------------------------------------------------------------------------
r190218 | file | 2009-04-23 11:56:14 -0500 (Thu, 23 Apr 2009) | 19 lines
Blocked revisions 190217 via svnmerge
........
r190217 | file | 2009-04-23 13:55:48 -0300 (Thu, 23 Apr 2009) | 13 lines
Fix a double free issue with the Pickup dialplan application.
As part of the pickup process the connected line information is updated.
Part of this process does a shallow copy of the target channel's
connected line
information to a local structure. Once complete the structure contents
are freed.
As a result any information in the target channel's connected line
information
structure is no longer valid. This change will now set the contents back
to a clean
state so that the freeing of the target channel's connected line
information structure
when the channel is destroyed will no longer try to double free things.
(closes issue http://bugs.digium.com/view.php?id=14839)
Reported by: lmsteffan
........
------------------------------------------------------------------------
http://svn.digium.com/view/asterisk?view=rev&revision=190218
Issue History
Date Modified Username Field Change
======================================================================
2009-04-23 11:56 svnbot Checkin
2009-04-23 11:56 svnbot Note Added: 0103693
======================================================================
More information about the asterisk-bugs
mailing list