[Bug 218253] knode hangs on XOVER error

Arkadiusz Miskiewicz arekm at maven.pl
Fri Dec 11 22:43:59 GMT 2009


https://bugs.kde.org/show_bug.cgi?id=218253





--- Comment #2 from Arkadiusz Miskiewicz <arekm maven pl>  2009-12-11 23:43:58 ---
  first = qMax( first, firstSerNum );
  if ( max > 0 && lastSerNum - first > max ) {
    DBG << "first = " << lastSerNum << " - " << max << " + 1";
    first = lastSerNum - max + 1;
  }
in kdepimlibs-4.3.4/kioslave/nntp/nntp.cpp ends up doing this:

 first =  514  -  1000  + 1

where first is unsigned long... thus we end up which crappy value.

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Kdepim-bugs mailing list