зеркало из https://github.com/mozilla/gecko-dev.git
Patch for bug 245976: fix software error caused by taint issue when trying to add a milestone; patch by Byron Jones (glob) <bugzilla@glob.com.au>; r=vladd, a=justdave.
This commit is contained in:
Родитель
ab3838483b
Коммит
b86634bab0
|
@ -294,7 +294,7 @@ if ($action eq 'new') {
|
|||
PutTrailer($localtrailer);
|
||||
exit;
|
||||
}
|
||||
if ($sortkey!~/^[0-9]+$/) {
|
||||
if (!detaint_natural($sortkey)) {
|
||||
print "The sortkey for a milestone must be a number. Please press\n";
|
||||
print "<b>Back</b> and try again.\n";
|
||||
PutTrailer($localtrailer);
|
||||
|
|
Загрузка…
Ссылка в новой задаче