On Fri, Mar 23, 2007 at 12:24:35 -0700, [EMAIL PROTECTED] wrote:

> The root problem is integer overflow in the multiplication at
> line 292 of graphicsmagick-1.1.7/coders/xwd.c.  With the appended
> patch, the two test cases result in the following on my amd64 sid
> box:
> 
> $ gm convert broken.xwd test.png
> gm convert: Memory allocation failed (broken.xwd).
> $ echo $?
> 1
> $ gm convert broken2.xwd test.png
> gm convert: Unexpected end-of-file (broken2.xwd).
> $ echo $?
> 1
> $
> 
So you're saying the remaining problem is in graphicsmagick, not Xlib?

Thanks,
Julien

Attachment: signature.asc
Description: Digital signature

Reply via email to