[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 06:26:53 UTC 2011
The following issue has been ASSIGNED.
======================================================================
https://issues.asterisk.org/view.php?id=18526
======================================================================
Reported By: makoto
Assigned To: tilghman
======================================================================
Project: Asterisk
Issue ID: 18526
Category: Addons/res_config_mysql
Reproducibility: always
Severity: crash
Priority: normal
Status: assigned
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-06 00:26 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.
======================================================================
----------------------------------------------------------------------
(0130242) svnbot (reporter) - 2011-01-06 00:26
https://issues.asterisk.org/view.php?id=18526#c130242
----------------------------------------------------------------------
Repository: asterisk-addons
Revision: 1141
U branches/1.6.2/res/res_config_mysql.c
------------------------------------------------------------------------
r1141 | tilghman | 2011-01-06 00:26:52 -0600 (Thu, 06 Jan 2011) | 8 lines
Don't destroy a handle not created by us (because the caller will).
(closes issue https://issues.asterisk.org/view.php?id=18526)
Reported by: makoto
Patches:
res-config-mysql-include.patch uploaded by makoto (license 38)
Tested by: makoto
------------------------------------------------------------------------
http://svn.digium.com/view/asterisk-addons?view=rev&revision=1141
Issue History
Date Modified Username Field Change
======================================================================
2011-01-06 00:26 svnbot Checkin
2011-01-06 00:26 svnbot Note Added: 0130242
2011-01-06 00:26 svnbot Status feedback => assigned
2011-01-06 00:26 svnbot Assigned To => tilghman
======================================================================
More information about the asterisk-bugs
mailing list