Hello!
I will be terse: get this file http://www.decostroy.ru/favicon.ico (corrupted), try to do anything with ImageMagick on it and you will get segv .
Segfault on pinging corrupted ico
-
- Posts: 3
- Joined: 2016-11-28T12:26:33-07:00
- Authentication code: 1151
Re: Segfault on pinging corrupted ico
Are you using the most recent version of ImageMagick? I am getting the following result:
Code: Select all
D:\>convert favicon.ico null:
convert: memory allocation failed `favicon.ico' @ error/icon.c/ReadICONImage/356.
convert: no images defined `null:' @ error/convert.c/ConvertImageCommand/3254.
-
- Posts: 3
- Joined: 2016-11-28T12:26:33-07:00
- Authentication code: 1151
Re: Segfault on pinging corrupted ico
Ubuntu 16.04 version
I will try to build latest version from source.
Code: Select all
convert --version
Version: ImageMagick 6.8.9-9 Q16 x86_64 2016-11-10 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2014 ImageMagick Studio LLC
Features: DPC Modules OpenMP
Delegates: bzlib cairo djvu fftw fontconfig freetype jbig jng jpeg lcms lqr ltdl lzma openexr pangocairo png rsvg tiff wmf x xml zlib
-
- Posts: 3
- Joined: 2016-11-28T12:26:33-07:00
- Authentication code: 1151
Re: Segfault on pinging corrupted ico
It seems latest versions from both 6x and 7x branches fixed this bug. Sorry!