> From: Jeremy Huddleston <[email protected]>
> Date: Sat, 15 Oct 2011 23:17:37 -0700
> 
> This patch changes from a static length event queue (512) to one that starts
> at 128 and grows to 4096 as it overflows, logging each time it grows.

The growing is done from mieqEnqueue(), which may be called from
signal handlers.  So you can't use malloc(3) and free(3) to grow the
queue.

> Signed-off-by: Jeremy Huddleston <[email protected]>

Sorry,

Nacked-by: Mark Kettenis <[email protected]>
_______________________________________________
[email protected]: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to