mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-03 12:25:35 +00:00
AST-2009-005
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@211569 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1239,7 +1239,7 @@ static char *console_active(struct ast_cli_entry *e, int cmd, struct ast_cli_arg
|
||||
static void store_boost(struct chan_oss_pvt *o, const char *s)
|
||||
{
|
||||
double boost = 0;
|
||||
if (sscanf(s, "%lf", &boost) != 1) {
|
||||
if (sscanf(s, "%30lf", &boost) != 1) {
|
||||
ast_log(LOG_WARNING, "invalid boost <%s>\n", s);
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user