Re: Re: [PATCH] wayland-server: Fix null pointer dereferencing

2015-07-30 Thread ASHIM SINGH SHAH
lient->display_resource) return; I think patch is correct in above sense. Regards, Ashim Singh Shah --- Original Message --- Sender : Marek Chalupa Date : Jul 23, 2015 11:33 (GMT+05:30) Title : Re: [PATCH] wayland-server: Fix null pointer dereferencing On 07/16/2015 09:37 AM, Marek

[PATCH] wayland-server: Fix null pointer dereferencing

2015-07-15 Thread Ashim
Initialising 'wl_client *client = NULL' and checking 'resource' for NULL and returning if found. This patch will avoid dereferencing of 'resource' if NULL Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=91356 Signed-off-by: Ashim --- src/wayland-server.c |