Malformed use of caption: consumes all available memory

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
rmagick
Posts: 245
Joined: 2006-03-16T17:30:48-07:00
Location: Durham, NC, USA

Malformed use of caption: consumes all available memory

Post by rmagick »

I discovered this one by accident. "caption:" without any text after the colon:

Code: Select all

convert -size 20x20 caption: xxx.jpg
consumes all available memory. Eventually the process will be killed.

Version: ImageMagick 6.4.0 03/24/08 Q16 http://www.imagemagick.org
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Malformed use of caption: consumes all available memory

Post by magick »

We can reproduce the problem you reported and will have a patch in ImageMagick-6.4.0-2 Beta within a day or two. Thanks.
Post Reply