id summary reporter owner description type status priority milestone component version resolution keywords cc backport_to_milestone backported 769 Bug in select ioqueue: event counter may exceed maximum value, causing stack corruption (thanks Joel Dodson for the report) bennylp bennylp "Stack corruption in {{{pj_ioqueue_poll()}}}, when execution is about to return: {{{ #if PJ_IOQUEUE_HAS_SAFE_UNREG decrement_counter(event[counter].key); #endif } return count; }}} count and counter are 17. Unfortunately, event is only 16 elements long. The corresponding ticket for 1.0 branch is ticket #770 " defect closed normal release-1.2 pjlib trunk fixed