mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
AST-2009-005
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@211528 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -747,7 +747,7 @@ static void sms_readfile (sms_t * h, char *fn)
|
||||
H,
|
||||
M,
|
||||
S;
|
||||
if (sscanf (p, "%d-%d-%dT%d:%d:%d", &Y, &m, &d, &H, &M, &S) == 6)
|
||||
if (sscanf (p, "%30d-%30d-%30dT%30d:%30d:%30d", &Y, &m, &d, &H, &M, &S) == 6)
|
||||
{
|
||||
struct tm t;
|
||||
t.tm_year = Y - 1900;
|
||||
|
Reference in New Issue
Block a user