зеркало из https://github.com/mozilla/gecko-dev.git
Bug 253190 Crash if .pac file lists multiple proxies, in a malformed way
r+sr=darin
This commit is contained in:
Родитель
68b5461029
Коммит
d21bcccd72
|
@ -476,6 +476,8 @@ static const char kProxyType_DIRECT[] = "direct";
|
|||
const char *
|
||||
nsProtocolProxyService::ExtractProxyInfo(const char *start, PRBool permitHttp, nsProxyInfo **result)
|
||||
{
|
||||
*result = nsnull;
|
||||
|
||||
// see BNF in nsIProxyAutoConfig.idl
|
||||
|
||||
// find end of proxy info delimiter
|
||||
|
|
Загрузка…
Ссылка в новой задаче