зеркало из https://github.com/mozilla/pjs.git
Check argc. b=330900 r=kengert sr=jst
This commit is contained in:
Родитель
1455501214
Коммит
d62ddfa0b3
|
@ -1449,7 +1449,7 @@ nsCrypto::GenerateCRMFRequest(nsIDOMCRMFObject** aReturn)
|
|||
/*
|
||||
* Get all of the parameters.
|
||||
*/
|
||||
if (((argc-5) % 3) != 0) {
|
||||
if (argc < 5 || ((argc-5) % 3) != 0) {
|
||||
JS_ReportError(cx, "%s", "%s%s\n", JS_ERROR,
|
||||
"incorrect number of parameters");
|
||||
return NS_ERROR_FAILURE;
|
||||
|
|
Загрузка…
Ссылка в новой задаче