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/trunk@211539 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -179,7 +179,7 @@ static char *handle_cli_ulimit(struct ast_cli_entry *e, int cmd, struct ast_cli_
|
||||
return CLI_FAILURE;
|
||||
}
|
||||
|
||||
sscanf(a->argv[2], "%d", &x);
|
||||
sscanf(a->argv[2], "%30d", &x);
|
||||
rlimit.rlim_max = rlimit.rlim_cur = x;
|
||||
setrlimit(resource, &rlimit);
|
||||
return CLI_SUCCESS;
|
||||
|
Reference in New Issue
Block a user