A missing NULL pointer test after a return from LookupIDByType() has caused an occasional crash in Xming. A NULL return test should always be made on return from LookupIDByType() before the pointer is used! The return from LookupIDByType() should also be casted for safety.
Created attachment 3886 [details] [review] Fix for this problem
Applied. Thanks.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.