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