convert - IM 6.9.0-1 - SIGABRT - c94a5528 - coders/rle.c:450
Posted: 2014-12-18T16:58:33-07:00
Source file - https://www.dropbox.com/s/vc59xtvij9tx41q/c94a5528?dl=0
To reproduce:
BT:
System Details:
AMD64
Distributor ID: Ubuntu
Description: Ubuntu 14.04.1 LTS
Release: 14.04
Codename: trusty
Software: ImageMagick 6.9.0-1 Beta compiled from source 20141217
Found with American Fuzzy Lop ( http://lcamtuf.coredump.cx/afl/ )
To reproduce:
Code: Select all
convert c94a5528 png:/dev/null
Code: Select all
"New LWP 18198]
[Thread debugging using libthread_db enabled]
Using host libthread_db library ""/lib/x86_64-linux-gnu/libthread_db.so.1"".
Core was generated by `/home/jodicun/opt/ImageMagick-6.9.0-1/utilities/.libs/lt-convert ./fuzzer141870'.
Program terminated with signal SIGABRT, Aborted.
#0 0x00007ffff6f8dbb9 in __GI_raise (sig=sig@entry=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:56
56 ../nptl/sysdeps/unix/sysv/linux/raise.c: No such file or directory.
(gdb) bt
#0 0x00007ffff6f8dbb9 in __GI_raise (sig=sig@entry=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:56
#1 0x00007ffff6f90fc8 in __GI_abort () at abort.c:89
#2 0x00007ffff79614f1 in MagickSignalHandler (signal_number=6) at magick/magick.c:1171
#3 <signal handler called>
#4 0x00007ffff6f8dbb9 in __GI_raise (sig=sig@entry=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:56
#5 0x00007ffff6f90fc8 in __GI_abort () at abort.c:89
#6 0x00007ffff79614f1 in MagickSignalHandler (signal_number=11) at magick/magick.c:1171
#7 <signal handler called>
#8 0x00007ffff7a7bc39 in ReadRLEImage (image_info=0x60e050, exception=0x604990) at coders/rle.c:450
#9 0x00007ffff78d3cd8 in ReadImage (image_info=image_info@entry=0x608ea0, exception=exception@entry=0x604990) at magick/constitute.c:547
#10 0x00007ffff78d4d73 in ReadImages (image_info=image_info@entry=0x608ea0, exception=exception@entry=0x604990) at magick/constitute.c:853
#11 0x00007ffff7571168 in ConvertImageCommand (image_info=0x608ea0, argc=3, argv=0x604010, metadata=0x0, exception=0x604990) at wand/convert.c:622
#12 0x00007ffff75c2fd8 in MagickCommandGenesis (image_info=image_info@entry=0x604b10, command=0x400830 <ConvertImageCommand@plt>, argc=argc@entry=3,
argv=argv@entry=0x7fffffffe098, metadata=metadata@entry=0x0, exception=exception@entry=0x604990) at wand/mogrify.c:168
#13 0x0000000000400907 in ConvertMain (argv=0x7fffffffe098, argc=3) at utilities/convert.c:81
#14 main (argc=3, argv=0x7fffffffe098) at utilities/convert.c:92
"
AMD64
Distributor ID: Ubuntu
Description: Ubuntu 14.04.1 LTS
Release: 14.04
Codename: trusty
Software: ImageMagick 6.9.0-1 Beta compiled from source 20141217
Found with American Fuzzy Lop ( http://lcamtuf.coredump.cx/afl/ )