[test-results] [Bamboo] Asterisk - 1.8 > Ubuntu Lucid (10.04) > #482 was SUCCESSFUL (with 216 tests). Change made by rmudgett.
Bamboo
bamboo at asterisk.org
Fri Jun 3 20:09:56 CDT 2011
-----------------------------------------------------------------------
Asterisk - 1.8 > Ubuntu Lucid (10.04) > #482 was successful.
-----------------------------------------------------------------------
Code has been updated by rmudgett.
All 2 jobs passed with 216 tests in total.
http://bamboo.asterisk.org/browse/AST18-LUCID-482/
--------------
Code Changes
--------------
rmudgett (321926):
>Asterisk crash when unloading cdr_radius/cel_radius.
>
>The rc_openlog() API call is passed a string that is used by openlog() to
>format log messages. The openlog() does not copy the string it just keeps
>a pointer to it. When the module is unloaded, the string is gone from
>memory. Depending upon module load order and if the other module then has
>an error, a crash happens.
>
>* Pass rc_openlog() a strdup'd string with the understanding that there
>will be a small memory leak if the cdr_radius/cel_radius modules are
>unloaded.
>
>* Call rc_destroy() to free the rc handle memory when the module is
>unloaded.
>
>JIRA AST-483
>JIRA SWP-3062
>
--------------
Tests
--------------
Fixed Tests (1)
- AsteriskTestSuite: S/channels/ s i p/sip channel params
--
This message is automatically generated by Atlassian Bamboo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/test-results/attachments/20110603/272fc412/attachment-0001.htm>
More information about the Test-results
mailing list