[asterisk-bugs] [Asterisk 0018526]: [patch] res_config_mysql.so crashes when processing "#include" with a file which doesn't exist
Asterisk Bug Tracker
noreply at bugs.digium.com
Thu Jan 6 01:30:48 UTC 2011
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=18526
======================================================================
Reported By: makoto
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 18526
Category: Addons/res_config_mysql
Reproducibility: always
Severity: crash
Priority: normal
Status: feedback
Asterisk Version: Addons-1.6.2.1
JIRA:
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Request Review:
======================================================================
Date Submitted: 2010-12-24 03:14 CST
Last Modified: 2011-01-05 19:30 CST
======================================================================
Summary: [patch] res_config_mysql.so crashes when processing
"#include" with a file which doesn't exist
Description:
Step:
1. Add the following record to the realtime static table.
filename extensions.conf
category general
var_name #include
var_val /tmp/filedoesnotexist.txt
2. Restart Asterisk
3. Asterisk crashes
Attached patch will fix the problem.
======================================================================
----------------------------------------------------------------------
(0130240) makoto (reporter) - 2011-01-05 19:30
https://issues.asterisk.org/view.php?id=18526#c130240
----------------------------------------------------------------------
ast_config_destroy is called at config_mysql() in res_config_mysql.c
But this is also done at ast_config_load2() in main/config.c
Then glibc detected double free and raised an exception.
Attached patch removes calling ast_config_destroy at config_mysql()
Issue History
Date Modified Username Field Change
======================================================================
2011-01-05 19:30 makoto Note Added: 0130240
======================================================================
More information about the asterisk-bugs
mailing list