[Mono-dev] signal.c cross-thread access
Jonathan Pryor
jonpryor at vt.edu
Fri Feb 20 10:15:47 EST 2009
On Fri, 2009-02-20 at 08:03 +0000, tim.jenks at realtimeworlds.com wrote:
> The test for >64 signals passed to WaitAny, and the bounds check in the
> WaitAny entry point, is to guard against overrunning the bounds of a new
> pollfd array of NUM_SIGNALS length:
>
> + struct pollfd fd_structs[NUM_SIGNALS];
> + if (count > NUM_SIGNALS)
Not sure why I missed that... :-/
This has been committed in revisions 127538 and 127539.
Thanks!
- Jon
More information about the Mono-devel-list
mailing list