[asterisk-bugs] [Asterisk 0014839]: Asterisk crashes on directed Pickup.
Asterisk Bug Tracker
noreply at bugs.digium.com
Thu Apr 23 11:55:50 CDT 2009
A NOTE has been added to this issue.
======================================================================
http://bugs.digium.com/view.php?id=14839
======================================================================
Reported By: lmsteffan
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 14839
Category: Applications/app_directed_pickup
Reproducibility: always
Severity: crash
Priority: normal
Status: acknowledged
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:
======================================================================
Date Submitted: 2009-04-06 17:16 CDT
Last Modified: 2009-04-23 11:55 CDT
======================================================================
Summary: Asterisk crashes on directed Pickup.
Description:
I have just updated to the latest SVN asterisk and it crashes on directed
Pickup.
======================================================================
----------------------------------------------------------------------
(0103692) svnbot (reporter) - 2009-04-23 11:55
http://bugs.digium.com/view.php?id=14839#c103692
----------------------------------------------------------------------
Repository: asterisk
Revision: 190217
U trunk/apps/app_directed_pickup.c
------------------------------------------------------------------------
r190217 | file | 2009-04-23 11:55:49 -0500 (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=190217
Issue History
Date Modified Username Field Change
======================================================================
2009-04-23 11:55 svnbot Checkin
2009-04-23 11:55 svnbot Note Added: 0103692
======================================================================
More information about the asterisk-bugs
mailing list