[asterisk-bugs] [Asterisk 0017257]: [patch] Long hints make asterisk crash
Asterisk Bug Tracker
noreply at bugs.digium.com
Wed Apr 28 11:17:06 CDT 2010
The following issue has been SUBMITTED.
======================================================================
https://issues.asterisk.org/view.php?id=17257
======================================================================
Reported By: tim_ringenbach
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 17257
Category: Core/General
Reproducibility: always
Severity: crash
Priority: normal
Status: new
Asterisk Version: 1.4.30
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-04-28 11:17 CDT
Last Modified: 2010-04-28 11:17 CDT
======================================================================
Summary: [patch] Long hints make asterisk crash
Description:
Someone made a hint too long and asterisk started crashing. I tracked it
down to pbx.c using AST_MAX_EXTENSION for the length of all the devices
combined, which seems wrong to me. I changed it to use ast_strdupa to avoid
the length issue.
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2010-04-28 11:17 tim_ringenbach New Issue
2010-04-28 11:17 tim_ringenbach Asterisk Version => 1.4.30
2010-04-28 11:17 tim_ringenbach Regression => No
2010-04-28 11:17 tim_ringenbach SVN Branch (only for SVN checkouts, not tarball
releases) => N/A
======================================================================
More information about the asterisk-bugs
mailing list