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
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
---
xwayland/selection.c | 10 +++---
xwayland/window-manager.c | 6 --
2 files
To: Yong Bakos
Cc: Otavio Salvador ;
wayland-devel@lists.freedesktop.org; Tom Hochstein
Subject: Re: [PATCH] weston-launch: Handle invalid command line options
On Mon, May 16, 2016 at 12:43:37PM -0600, Yong Bakos wrote:
> On May 7, 2016, at 5:57 AM, Otavio Salvador wrote:
> >