commit | 88353ddad7980420017ce65e37cc2eed0c6126d2 | [log] [tgz] |
---|---|---|
author | Derek Foreman <derekf@osg.samsung.com> | Fri Mar 24 16:29:31 2017 -0500 |
committer | Quentin Glidic <sardemff7+git@sardemff7.net> | Fri Mar 24 22:43:20 2017 +0100 |
tree | 9ce672928ec8f67a25dfd3271dacac934a04f542 | |
parent | 091c8017057099dd34bbd5c8421fd0a42ac4ee8a [diff] |
weston-terminal: Fix race at startup If anything is printed for the terminal window to display before the window has been initially sized we end up with a segfault. This defers the exec() of the shell child process until after the window is sized so this can't happen anymore. Signed-off-by: Derek Foreman <derekf@osg.samsung.com> Reviewed-by: Quentin Glidic <sardemff7+git@sardemff7.net>