[Home]

Summary:ASTERISK-17892: [patch] Crash on load of cel_odbc
Reporter:Mark Murawski (kobaz)Labels:
Date Opened:2011-05-19 12:46:32Date Closed:2011-05-19 13:12:51
Priority:CriticalRegression?No
Status:Closed/CompleteComponents:CEL/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) odbc_cel.patch
Description:There's an uninitialized RWLIST that's attempted to be locked.

Patch adds init and destroy

****** ADDITIONAL INFORMATION ******

There's no cel/odbc category, so this is under general.
Comments:By: Digium Subversion (svnbot) 2011-05-19 12:59:02

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 ASTERISK-17892)
Reported by: kobaz
Patches:
     odbc_cel.patch uploaded by kobaz (license 834)

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=319812

By: Digium Subversion (svnbot) 2011-05-19 13:12:50

Repository: asterisk
Revision: 319813

_U  trunk/
U   trunk/cel/cel_odbc.c

------------------------------------------------------------------------
r319813 | markm | 2011-05-19 13:12:50 -0500 (Thu, 19 May 2011) | 16 lines

Merged revisions 319812 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
 r319812 | markm | 2011-05-19 13:59:01 -0400 (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 ASTERISK-17892)
 Reported by: kobaz
 Patches:
       odbc_cel.patch uploaded by kobaz (license 834)
........

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=319813