[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:51:59 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:51 CDT
======================================================================
Summary: [patch] Possible crash in pbx_spool.c - operation on
previously freed structure
Description:
see the patch
======================================================================
----------------------------------------------------------------------
(0105949) svnbot (reporter) - 2009-06-03 15:51
https://issues.asterisk.org/view.php?id=15072#c105949
----------------------------------------------------------------------
Repository: asterisk
Revision: 198961
_U branches/1.6.2/
------------------------------------------------------------------------
r198961 | seanbright | 2009-06-03 15:51:58 -0500 (Wed, 03 Jun 2009) | 23
lines
Blocked revisions 198958 via svnmerge
................
r198958 | seanbright | 2009-06-03 16:49:11 -0400 (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=198961
Issue History
Date Modified Username Field Change
======================================================================
2009-06-03 15:51 svnbot Checkin
2009-06-03 15:51 svnbot Note Added: 0105949
======================================================================
More information about the asterisk-bugs
mailing list