зеркало из https://github.com/mozilla/gecko-dev.git
fix 320927 crash when checking pop3 mail parsing capa response, sr=mscott
This commit is contained in:
Родитель
1d27a08cf4
Коммит
2e53dbe240
|
@ -1302,7 +1302,7 @@ PRInt32 nsPop3Protocol::CapaResponse(nsIInputStream* inputStream,
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
// see RFC 2449, chapter 6.3
|
// see RFC 2449, chapter 6.3
|
||||||
if (!PL_strncasecmp(line, "SASL", 4))
|
if (!PL_strncasecmp(line, "SASL", 4) && strlen(line) > 6)
|
||||||
{
|
{
|
||||||
nsCAutoString responseLine;
|
nsCAutoString responseLine;
|
||||||
responseLine.Assign(line + 5);
|
responseLine.Assign(line + 5);
|
||||||
|
|
Загрузка…
Ссылка в новой задаче