Hi Tom,
On 1 November 2016 at 19:14, Tom Hochstein wrote:
> Starting an xterm with no input device led to a crash
> because weston_wm_pick_seat() was returning garbage and
> weston_wm_selection_init() was trying to use the garbage.
>
> Signed-off-by: Tom Hochstein
> ---
> v2: Don't call weston_w
On Tue, Nov 01, 2016 at 02:14:00PM -0500, Tom Hochstein wrote:
> Starting an xterm with no input device led to a crash
> because weston_wm_pick_seat() was returning garbage and
> weston_wm_selection_init() was trying to use the garbage.
>
> Signed-off-by: Tom Hochstein
Reviewed-by: Bryce Harring
Hi,
Looks good to me,
Reviewed-by: Giulio Camuffo
2016-11-01 20:14 GMT+01:00 Tom Hochstein :
> Starting an xterm with no input device led to a crash
> because weston_wm_pick_seat() was returning garbage and
> weston_wm_selection_init() was trying to use the garbage.
>
> Signed-off-by: Tom Hochst
Starting an xterm with no input device led to a crash
because weston_wm_pick_seat() was returning garbage and
weston_wm_selection_init() was trying to use the garbage.
Signed-off-by: Tom Hochstein
---
v2: Don't call weston_wm_set_selection if there is no seat
xwayland/selection.c | 2 ++
x