On Thu, Mar 12, 2009 at 11:51 PM, Phil Torre <ptorre at zetron.com> wrote: > Hi All, > > Here are a couple of issues which we have noticed that don't appear to > be fixed in the current SVN 1.x branch: > > 1) default_concurrency variable is not initialized in ioqueue_select.c > > The version in ioqueue_winnt.c is correct, but the select() version > leaves ioqueue->default_concurrency uninitialized. > > Hi Phil, I'm probably missing something here, but is this not initialized by ioqueue_init() in ioqueue_common_abs.c? > 2) Documentation issue for timer heap, which states for > pj_timer_heap_poll(): > > "next_delay will be filled up with the time until the next timer > elapsed, > or -1 in the sec part if no entry exist." > > But if no timer entry exists next_delay->sec is actually set to > PJ_MAXINT32 > (2147483647) not -1. > > Fixed, thanks! BR Benny > Thanks, > -Phil > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip at lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20090313/630fc3d8/attachment.html>