On Wed, Dec 27, 2006 at 10:55:16PM +0200, Modestas Vainius wrote:
> P.S. For some reason, OOo does not crash in my i386 chroot. I don't know
> why since the bug is clearly arch independent.

Possibly since on i386, unsigned and char* have the same size, and thus
p[(unsigned)-128] will really be equivalent to p[-128], which is small enough
to not overflow.

Anyhow, I've NMUed with your patch, sans the noopt part. Thanks for the
analysis :-)

/* Steinar */
-- 
Homepage: http://www.sesse.net/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to