[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    Re: koffice/filters/kword/pdf/xpdf/xpdf
From:       Nicolas Goutte <nicolasg () snafu ! de>
Date:       2004-10-30 18:12:08
Message-ID: 200410302012.09003.nicolasg () snafu ! de
[Download RAW message or body]

Yes, thank you! It is already corrected, as I have found myself that something 
was wrong. :-(

Have a nice day!

On Saturday 30 October 2004 20:04, Dirk Mueller wrote:
> On Saturday 30 October 2004 18:02, Nicolas Goutte wrote:
> > -  if ((pagesSize >= INT_MAX / sizeof(Page *)) ||
> > -      (pagesSize >= INT_MAX / sizeof(Ref))) {
> > +  if (pagesSize >= INT_MAX / (signed) sizeof(Page *) ||
> > +      pagesSize >= INT_MAX / (signed) sizeof(Ref)) {
> >      error(-1, "Invalid 'pagesSize'");
>
> Hmm, sorry, you committed the wrong patch, that one doesn't work. The
> comparison has to be made unsigned.
>
> see the other mail I sent you half an hour later.
>
>
> Dirk

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic