зеркало из https://github.com/mozilla/gecko-dev.git
Defend against null from FE_FindFileExt in CRDFImage::ProcessIcon (hyatt).
This commit is contained in:
Родитель
7780d8205f
Коммит
e0c70dea55
|
@ -235,6 +235,7 @@ static BOOL ValidNSBitmapFormat(char* extension)
|
|||
void CRDFImage::ProcessIcon()
|
||||
{
|
||||
char *ext = FE_FindFileExt(pUrl);
|
||||
if (!ext) return;
|
||||
if (ValidNSBitmapFormat(ext))
|
||||
{
|
||||
// If there is no context, create one for processing the image.
|
||||
|
|
Загрузка…
Ссылка в новой задаче