Re: [PATCH 1/2] Fix segfault in client when demarshalling fails

2011-07-18 Thread Kristian Høgsberg
On Mon, Jul 18, 2011 at 2:00 AM, Casey Dahlin wrote: Ok, yup. I changed it to just abort(), since it means that the server sent invalid data. Kristian > --- >  wayland/wayland-client.c |    5 + >  1 files changed, 5 insertions(+), 0 deletions(-) > > diff --git a/wayland/wayland-client.c b/

[PATCH 1/2] Fix segfault in client when demarshalling fails

2011-07-17 Thread Casey Dahlin
--- wayland/wayland-client.c |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/wayland/wayland-client.c b/wayland/wayland-client.c index ce27a90..d1ed25a 100644 --- a/wayland/wayland-client.c +++ b/wayland/wayland-client.c @@ -521,6 +521,11 @@ handle_event(struct wl_disp