[asterisk-bugs] [Asterisk 0015072]: [patch] Possible crash in pbx_spool.c - operation on previously freed structure
Asterisk Bug Tracker
noreply at bugs.digium.com
Wed Jun 3 15:49:12 CDT 2009
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=15072
======================================================================
Reported By: garlew
Assigned To: seanbright
======================================================================
Project: Asterisk
Issue ID: 15072
Category: PBX/pbx_spool
Reproducibility: have not tried
Severity: crash
Priority: normal
Status: closed
Asterisk Version: 1.4.24
Regression: No
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Request Review:
Resolution: fixed
Fixed in Version:
======================================================================
Date Submitted: 2009-05-09 03:01 CDT
Last Modified: 2009-06-03 15:49 CDT
======================================================================
Summary: [patch] Possible crash in pbx_spool.c - operation on
previously freed structure
Description:
see the patch
======================================================================
----------------------------------------------------------------------
(0105946) svnbot (reporter) - 2009-06-03 15:49
https://issues.asterisk.org/view.php?id=15072#c105946
----------------------------------------------------------------------
Repository: asterisk
Revision: 198958
_U trunk/
------------------------------------------------------------------------
r198958 | seanbright | 2009-06-03 15:49:11 -0500 (Wed, 03 Jun 2009) | 17
lines
Blocked revisions 198957 via svnmerge
........
r198957 | seanbright | 2009-06-03 16:39:10 -0400 (Wed, 03 Jun 2009) | 11
lines
Fix a possible crash in pbx_spool.
We were trying to reference members of a struct that had previously been
freed.
This patch makes sure that we free the struct after it has been removed
from
the spooler queue.
(closes issue https://issues.asterisk.org/view.php?id=15072)
Reported by: garlew
Patches:
spool.diff uploaded by garlew (license 376)
........
------------------------------------------------------------------------
http://svn.digium.com/view/asterisk?view=rev&revision=198958
Issue History
Date Modified Username Field Change
======================================================================
2009-06-03 15:49 svnbot Checkin
2009-06-03 15:49 svnbot Note Added: 0105946
======================================================================
More information about the asterisk-bugs
mailing list