mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-19 03:07:59 +00:00
AST-2009-005
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@211539 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -137,7 +137,7 @@ static int timeout_write(struct ast_channel *chan, const char *cmd, char *data,
|
||||
if (!value)
|
||||
return -1;
|
||||
|
||||
res = sscanf(value, "%ld%lf", &sec, &x);
|
||||
res = sscanf(value, "%30ld%30lf", &sec, &x);
|
||||
if (res == 0 || sec < 0) {
|
||||
when.tv_sec = 0;
|
||||
when.tv_usec = 0;
|
||||
|
Reference in New Issue
Block a user