Re: [PATCH v2] Don't smash the event_vec if num_events differs between lib and server.

2009-12-02 Thread Julien Cristau
On Fri, Nov 27, 2009 at 10:39:50 +0100, Julien Cristau wrote: On Fri, Nov 27, 2009 at 13:48:38 +1000, Peter Hutterer wrote: If the library extension thinks there's more events to an extension than the server actually has, the event_vec for the overlapping range can get overwritten. This

Re: [PATCH v2] Don't smash the event_vec if num_events differs between lib and server.

2009-11-27 Thread Julien Cristau
On Fri, Nov 27, 2009 at 13:48:38 +1000, Peter Hutterer wrote: If the library extension thinks there's more events to an extension than the server actually has, the event_vec for the overlapping range can get overwritten. This depends on the initialization order of the libraries.

[PATCH v2] Don't smash the event_vec if num_events differs between lib and server.

2009-11-26 Thread Peter Hutterer
If the library extension thinks there's more events to an extension than the server actually has, the event_vec for the overlapping range can get overwritten. This depends on the initialization order of the libraries. Reported-by: Nathan Kidd Signed-off-by: Peter Hutterer peter.hutte...@who-t.net