[PATCH weston] libweston-desktop/xdg_shell_v6: Send error on wrongly-sized buffer

Quentin Glidic sardemff7+wayland at sardemff7.net
Sun Jun 25 22:14:21 UTC 2017


On 6/23/17 12:59 PM, Daniel Stone wrote:
> Hi Quentin,
> 
> On 10 March 2017 at 10:50, Quentin Glidic
> <sardemff7+wayland at sardemff7.net> wrote:
>> @@ -634,22 +633,27 @@ weston_desktop_xdg_toplevel_committed(struct weston_desktop_xdg_toplevel *toplev
>> +       if ((toplevel->next_state.maximized || toplevel->next_state.fullscreen) &&
>> +           (toplevel->requested_size.width != wsurface->width ||
>> +            toplevel->requested_size.height != wsurface->height)) {
> 
> This one did worry me a little bit, but after reading through and
> seeing it was only for windows wishing to go maximised or fullscreen,
> it's fine indeed. So:
> Reviewed-by: Daniel Stone <daniels at collabora.com>

Pushed:
ee589119..c84423ba  master -> master

Thanks,

-- 

Quentin “Sardem FF7” Glidic


More information about the wayland-devel mailing list