[asterisk-bugs] [Asterisk 0019331]: [patch] Crash on load of cel_odbc
Asterisk Bug Tracker
noreply at bugs.digium.com
Thu May 19 12:59:02 CDT 2011
The following issue has been RESOLVED.
======================================================================
https://issues.asterisk.org/view.php?id=19331
======================================================================
Reported By: kobaz
Assigned To: svnbot
======================================================================
Project: Asterisk
Issue ID: 19331
Category: CEL/General
Reproducibility: always
Severity: crash
Priority: high
Status: resolved
Asterisk Version: 1.8.4
JIRA:
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Request Review:
Resolution: fixed
Fixed in Version:
======================================================================
Date Submitted: 2011-05-19 12:46 CDT
Last Modified: 2011-05-19 12:59 CDT
======================================================================
Summary: [patch] Crash on load of cel_odbc
Description:
There's an uninitialized RWLIST that's attempted to be locked.
Patch adds init and destroy
======================================================================
----------------------------------------------------------------------
(0135154) svnbot (reporter) - 2011-05-19 12:59
https://issues.asterisk.org/view.php?id=19331#c135154
----------------------------------------------------------------------
Repository: asterisk
Revision: 319812
U branches/1.8/cel/cel_odbc.c
------------------------------------------------------------------------
r319812 | markm | 2011-05-19 12:59:01 -0500 (Thu, 19 May 2011) | 9 lines
In cel_odbc, an uninitialized RWLIST is attempted to be locked.
Added INIT and DESTROY for the RWLIST odbc_tables
(closes issue https://issues.asterisk.org/view.php?id=19331)
Reported by: kobaz
Patches:
odbc_cel.patch uploaded by kobaz (license 834)
------------------------------------------------------------------------
http://svn.digium.com/view/asterisk?view=rev&revision=319812
Issue History
Date Modified Username Field Change
======================================================================
2011-05-19 12:59 svnbot Checkin
2011-05-19 12:59 svnbot Note Added: 0135154
2011-05-19 12:59 svnbot Status new => resolved
2011-05-19 12:59 svnbot Resolution open => fixed
2011-05-19 12:59 svnbot Assigned To => svnbot
======================================================================
More information about the asterisk-bugs
mailing list