In XTrap/xtrapdi.c function XETrapCreateEnv() we need to check here >= instead of > if (client->index > MAXCLIENTS) Otherwise it would overrun the array by one in - direct following "else if" - Inside function FakeClientID() called from line 504. Please apply attached patch
Created attachment 11004 [details] [review] > to >= patch for XTrap/xtrapdi.c
Fixed in master and 1.5 branch, 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.