[asterisk-bugs] [Asterisk 0011023]: False detection of USERSTOPPED status
noreply at bugs.digium.com
noreply at bugs.digium.com
Fri Oct 19 10:22:05 CDT 2007
The following issue has been ASSIGNED.
======================================================================
http://bugs.digium.com/view.php?id=11023
======================================================================
Reported By: cfc
Assigned To: file
======================================================================
Project: Asterisk
Issue ID: 11023
Category: Applications/app_controlplayback
Reproducibility: always
Severity: minor
Priority: normal
Status: assigned
Asterisk Version: SVN
SVN Branch (only for SVN checkouts, not tarball releases): 1.4
SVN Revision (number only!):
Disclaimer on File?: N/A
Request Review:
======================================================================
Date Submitted: 10-18-2007 06:16 CDT
Last Modified: 10-19-2007 10:22 CDT
======================================================================
Summary: False detection of USERSTOPPED status
Description:
in app_controlplayback.c, function controlplayback_exec() :
/* If we stopped on one of our stop keys, return 0 */
if (argv[arg_stop] && strchr(argv[arg_stop], res)) {
res is not checked to be > 0.
In the case the user listen the file without pressing a stop key,
ast_control_streamfile will return 0.
In this case, strchr will match the end of string of arg_stop and
CPLAYBACKSTATUS will be wrongly set to USERSTOPPED (should be SUCCESS)
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
10-19-07 10:22 file Status new => assigned
10-19-07 10:22 file Assigned To => file
======================================================================
More information about the asterisk-bugs
mailing list