зеркало из https://github.com/mozilla/pjs.git
Bug 605979 - Remove unsound ASSERTION: IDN node too large (hit with globalStorage.namedItem); r=mayhemer
This commit is contained in:
Родитель
521c059356
Коммит
acf382026f
|
@ -586,7 +586,7 @@ nsresult nsIDNService::stringPrepAndACE(const nsAString& in, nsACString& out,
|
|||
out.Truncate();
|
||||
|
||||
if (in.Length() > kMaxDNSNodeLen) {
|
||||
NS_ERROR("IDN node too large");
|
||||
NS_WARNING("IDN node too large");
|
||||
return NS_ERROR_FAILURE;
|
||||
}
|
||||
|
||||
|
@ -604,7 +604,7 @@ nsresult nsIDNService::stringPrepAndACE(const nsAString& in, nsACString& out,
|
|||
}
|
||||
|
||||
if (out.Length() > kMaxDNSNodeLen) {
|
||||
NS_ERROR("IDN node too large");
|
||||
NS_WARNING("IDN node too large");
|
||||
return NS_ERROR_FAILURE;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче