Re: [sup-devel] sup-server revisited

2011-04-15 Thread Gregor Hoffleit
* William Morgan [Do Mär 03 20:17:36 +0100 2011] > Reformatted excerpts from Gregor Hoffleit's message of 2011-03-03: > > William, I was able to isolate my problem: For me, heliotrope-add hangs > > for messages with more than 32768 content lines. > > Crazy! I will take a look. Thanks for the good

Re: [sup-devel] sup-server revisited

2011-04-15 Thread William Morgan
Reformatted excerpts from Gregor Hoffleit's message of 2011-04-15: > The source of this problem is in whistlepig's tokenizer. I'm hurt by an > overflow in posarray->next and posarray->size, which are defined as > uint16_t. I was able to fix my problem by defining these to uint32_t: Thanks! This is

Re: [sup-devel] sup-server revisited

2011-04-15 Thread Gregor Hoffleit
* William Morgan [Fr Apr 15 19:16:43 +0200 2011] > Reformatted excerpts from Gregor Hoffleit's message of 2011-04-15: > > The source of this problem is in whistlepig's tokenizer. I'm hurt by an > > overflow in posarray->next and posarray->size, which are defined as > > uint16_t. I was able to fix