commit | 0250a740c2320d0eeafabfedcbea20ef95b45f43 | [log] [tgz] |
---|---|---|
author | Jason Ekstrand <jason.ekstrand@intel.com> | Thu Jul 24 13:17:47 2014 -0700 |
committer | Jason Ekstrand <jason.ekstrand@intel.com> | Thu Jul 24 13:19:13 2014 -0700 |
tree | 35b15209df52ae29b4a5c1b40c6807cf700930ad | |
parent | 4ff4d92d7e877aadbeade8d5d9fbd77b44d7540a [diff] |
xwayland: Better handle a race with X If X windows are created and destroyed very fast sometimes the WM window object gets created and destroyed before we get around to handling client messages. Failing to check that the window is still valid can result in a segfault.