Re: [PATCH v4 xserver] test: Add a test for the overflow bug in bigreqs.

2017-10-31 Thread Peter Hutterer
On Mon, Oct 30, 2017 at 03:36:43PM -0700, Eric Anholt wrote: > Peter Hutterer writes: > > > From: Eric Anholt > > > > The failing struct comes from the python test written by Michal Srb > > . > > > > v2: Use a drawable (root window) and gc, so that PolyLines hopefully > > actually tries proc

Re: [PATCH v4 xserver] test: Add a test for the overflow bug in bigreqs.

2017-10-30 Thread Eric Anholt
Peter Hutterer writes: > From: Eric Anholt > > The failing struct comes from the python test written by Michal Srb > . > > v2: Use a drawable (root window) and gc, so that PolyLines hopefully > actually tries processing things. However, the request seems to > process successfully so the

[PATCH v4 xserver] test: Add a test for the overflow bug in bigreqs.

2017-10-10 Thread Peter Hutterer
From: Eric Anholt The failing struct comes from the python test written by Michal Srb . v2: Use a drawable (root window) and gc, so that PolyLines hopefully actually tries processing things. However, the request seems to process successfully so the poll() just stalls out. However, this