Re: [PATCH 1/2] wl_shell: check the parameter sent by the clients

2011-10-31 Thread Kristian Høgsberg
patch, and it should catch the problem you're trying to handle here. Kristian >> -Original Message- >> From: Daniel Stone [mailto:dan...@fooishbar.org] >> Sent: Monday, October 31, 2011 7:14 PM >> To: Zhao, Juan J >> Cc: wayland-devel@lists.freedesktop.or

RE: [PATCH 1/2] wl_shell: check the parameter sent by the clients

2011-10-31 Thread Zhao, Juan J
; Sent: Monday, October 31, 2011 7:14 PM > To: Zhao, Juan J > Cc: wayland-devel@lists.freedesktop.org > Subject: Re: [PATCH 1/2] wl_shell: check the parameter sent by the clients > > Hi, > > On 31 October 2011 07:17, wrote: > > +        if((struct wl_interfac

Re: [PATCH 1/2] wl_shell: check the parameter sent by the clients

2011-10-31 Thread Daniel Stone
Hi, On 31 October 2011 07:17, wrote: > +        if((struct wl_interface *) > +            (((struct wl_object *)surface_resource)->interface)->name > +              !="wl_surface") This is, er, not how you perform string comparison in C. Cheers, Daniel _