зеркало из https://github.com/mozilla/gecko-dev.git
Initialize a buffer before calling the MIME decoder, bug 32013, r=ftang.
This commit is contained in:
Родитель
a8a5abb86f
Коммит
8fecfe9a63
|
@ -58,6 +58,9 @@ nsMimeConverter::DecodeMimePartIIStr(const nsCString& header,
|
|||
char *decodedCstr = nsnull;
|
||||
nsresult res = NS_OK;
|
||||
|
||||
// initialize the charset buffer
|
||||
PL_strcpy(charsetNameBuffer, "us-ascii");
|
||||
|
||||
// apply MIME decode.
|
||||
decodedCstr = MIME_DecodeMimePartIIStr(header,
|
||||
charsetNameBuffer, eatContinuations);
|
||||
|
|
Загрузка…
Ссылка в новой задаче