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

2018-02-01 Thread Pekka Paalanen
On Fri, 26 Jan 2018 18:47:54 +0200 Alexandros Frantzis wrote: > When an 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

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

2018-01-26 Thread Alexandros Frantzis
When an 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 (