зеркало из https://github.com/mozilla/gecko-dev.git
fix oom handling when parsing base64 v-card data, sr=mscott, part of bug 334384
This commit is contained in:
Родитель
0aad8a4f0c
Коммит
f27ac5d690
|
@ -979,7 +979,8 @@ static char * lexGetDataFromBase64()
|
|||
bytes = (unsigned char*)PR_Realloc(bytes,bytesMax);
|
||||
}
|
||||
if (bytes == 0) {
|
||||
mime_error("out of memory while processing BASE64 data\n");
|
||||
mime_error("out of memory while processing BASE64 data\n");
|
||||
break;
|
||||
}
|
||||
}
|
||||
if (bytes) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче