Bug 1509504: Trunacte outStr within nsCSPContext::GetPolicyString. r=baku

This commit is contained in:
Christoph Kerschbaumer 2018-11-23 16:05:24 +01:00
Родитель efdad58d0f
Коммит 69eaef00a7
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -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;
}