Re: Patch 8.1.0565

2018-12-06 Fir de Conversatie Bram Moolenaar
Dominique wrote: > Bram Moolenaar wrote: > > > I wrote: > > > > > Patch 8.1.0565 > > > Problem:Asan complains about reading before allocated block. > > > Solution: Workaround: Avoid offset from becoming negative. > > > Files:

Re: Patch 8.1.0565

2018-12-05 Fir de Conversatie Dominique Pellé
Bram Moolenaar wrote: > I wrote: > > > Patch 8.1.0565 > > Problem:Asan complains about reading before allocated block. > > Solution: Workaround: Avoid offset from becoming negative. > > Files:src/gui.c > > > > > > *** ../vim-8.1.05

Re: Patch 8.1.0565

2018-12-05 Fir de Conversatie Bram Moolenaar
Tony wrote: > On Wed, Dec 5, 2018 at 7:46 PM Bram Moolenaar wrote: > > > > > > Patch 8.1.0565 > > Problem:Asan complains about reading before allocated block. > > Solution: Workaround: Avoid offset from becoming negative. > > Files: src/gui.

Re: Patch 8.1.0565

2018-12-05 Fir de Conversatie Bram Moolenaar
I wrote: > Patch 8.1.0565 > Problem:Asan complains about reading before allocated block. > Solution: Workaround: Avoid offset from becoming negative. > Files:src/gui.c > > > *** ../vim-8.1.0564/src/gui.c 2018-11-16 16:21:01.633310065 +0100 > --- sr

Re: Patch 8.1.0565

2018-12-05 Fir de Conversatie Tony Mechelynck
On Wed, Dec 5, 2018 at 7:46 PM Bram Moolenaar wrote: > > > Patch 8.1.0565 > Problem:Asan complains about reading before allocated block. > Solution: Workaround: Avoid offset from becoming negative. > Files: src/gui.c [...] > ! // FIXME: how can the

Patch 8.1.0565

2018-12-05 Fir de Conversatie Bram Moolenaar
Patch 8.1.0565 Problem:Asan complains about reading before allocated block. Solution: Workaround: Avoid offset from becoming negative. Files: src/gui.c *** ../vim-8.1.0564/src/gui.c 2018-11-16 16:21:01.633310065 +0100 --- src/gui.c 2018-12-05 19:44:07.455956642 +0100