[Home]

Summary:ASTERISK-08192: reference memory after free(). in pbx/pbx_spool.c
Reporter:Dmytro Mishchenko (arkadia)Labels:
Date Opened:2006-11-27 09:22:37.000-0600Date Closed:2006-11-27 09:49:33.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) pbxp_trunk.patch
( 1) pbxp_trunk1.patch
( 2) pbxp12.patch
Description:Access structure fields after free is done:
...
free_outgoing(o);
ast_log(LOG_DEBUG, "Delaying retry since we're currently running '%s'\n", o->fn);
...


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

in the process of submitting disclaimer...
Comments:By: Joshua C. Colp (jcolp) 2006-11-27 09:34:39.000-0600

Fixed in 1.2 as of revision 48037, 1.4 as of revision 48038, and trunk as of revision 48039. Thanks!

By: Dmytro Mishchenko (arkadia) 2006-11-27 09:43:55.000-0600

more same kind of fixes required for trunk version.

By: Dmytro Mishchenko (arkadia) 2006-11-27 09:45:49.000-0600

You may use pbxp_trunk1.patch now. This version may be applied to trunk after 48039.

By: Joshua C. Colp (jcolp) 2006-11-27 09:49:32.000-0600

Fixed in trunk as of revision 48040. Yow'sa.