[Home]

Summary:ASTERISK-10684: CDR RECORD CAN'T BE ADDED (REGRESSION)
Reporter:meneault (meneault)Labels:
Date Opened:2007-11-05 01:58:44.000-0600Date Closed:2007-11-05 06:14:18.000-0600
Priority:TrivialRegression?No
Status:Closed/CompleteComponents:Addons/cdr_mysql
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) cdr_addon_mysql_c-patch_trunk_rev473
Description:Recently (yesterday), I had to update my asterisk server and also update the addons package.
With the trunk revision 473 is always get "Out of Memory error (instert fails)" which is due to a bad error checking. Apparently it appeared in revision 471 while merging from other branches (but I am not sure that other branches are subject to this failure).



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

The patch is pretty straight forward, revert some of the changes which were added from 430 to 471 and add one missing check.
Comments:By: meneault (meneault) 2007-11-05 02:02:30.000-0600

I added the patch for revision 473 (trunk) because that's my working revision but as I said revision 471 is the first offending version.

By: Digium Subversion (svnbot) 2007-11-05 06:14:18.000-0600

Repository: asterisk-addons
Revision: 481

U   trunk/cdr_addon_mysql.c

------------------------------------------------------------------------
r481 | tilghman | 2007-11-05 06:14:16 -0600 (Mon, 05 Nov 2007) | 5 lines

Fix regression with r471 when patch did not merge correctly.
Reported by: meneault
Patch by: meneault
Closes issue ASTERISK-10684

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