Re: [PATCH weston v2 0/7] libweston: Make input object destruction safe

2018-02-13 Thread Daniel Stone
Hi Alexandros, On 8 February 2018 at 13:37, Alexandros Frantzis wrote: > When a weston seat or input object is destroyed, any associated client > resources should become inert and put in a state in which they can > safely handle client requests. Currently, client requests to such > resources may

[PATCH weston v2 0/7] libweston: Make input object destruction safe

2018-02-08 Thread Alexandros Frantzis
When a weston seat or input object is destroyed, any associated client resources should become inert and put in a state in which they can safely handle client requests. Currently, client requests to such resources may lead to crashes and/or memory errors in the server. This patchset aims to fix (o