mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 00:08:39 +09:00
Bug 1444389 - Fix crash in nsImapProtocol::HandleMessageDownLoadLine().
Tag #1273
This commit is contained in:
parent
50786649ed
commit
0ef88cc19d
1 changed files with 1 additions and 0 deletions
|
|
@ -3806,6 +3806,7 @@ nsImapProtocol::PostLineDownLoadEvent(const char *line, uint32_t uidOfMessage)
|
|||
void nsImapProtocol::HandleMessageDownLoadLine(const char *line, bool isPartialLine,
|
||||
char *lineCopy)
|
||||
{
|
||||
NS_ENSURE_TRUE_VOID(line);
|
||||
NS_PRECONDITION(lineCopy == nullptr || !PL_strcmp(line, lineCopy),
|
||||
"line and lineCopy must contain the same string");
|
||||
const char *messageLine = line;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue