зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1509504: Trunacte outStr within nsCSPContext::GetPolicyString. r=baku
This commit is contained in:
Родитель
efdad58d0f
Коммит
69eaef00a7
|
@ -289,6 +289,7 @@ nsCSPContext::~nsCSPContext()
|
|||
NS_IMETHODIMP
|
||||
nsCSPContext::GetPolicyString(uint32_t aIndex, nsAString& outStr)
|
||||
{
|
||||
outStr.Truncate();
|
||||
if (aIndex >= mPolicies.Length()) {
|
||||
return NS_ERROR_ILLEGAL_VALUE;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче