Re: [patch] Uninitialized memory access in screen.c introduced by patch 7.2.119

2010-03-23 Fir de Conversatie Bram Moolenaar
n.c:5810) > > ==12686==by 0x52EEC3: update_screen (screen.c:532) > > ==12686==by 0x4AA976: main_loop (main.c:1128) > > ==12686==by 0x4AA610: main (main.c:955) > > (and more errors after that) [...] > > > > The patch which introduces the bug is

Re: [patch] Uninitialized memory access in screen.c introduced by patch 7.2.119

2010-03-21 Fir de Conversatie Yukihiro Nakadaira
n 7.2.100 (good, no bug) and 7.2.402 (bad): 7.2.100 -> good 7.2.109 -> good 7.2.114 -> good 7.2.116 -> good 7.2.117 -> good 7.2.118 -> good 7.2.119 -> bad 7.2.139 -> bad 7.2.178 -> bad 7.2.258 -> bad 7.2.402 -> bad The patch which introduces the bug

[patch] Uninitialized memory access in screen.c introduced by patch 7.2.119

2010-03-18 Fir de Conversatie Dominique Pellé
and 7.2.402 (bad): 7.2.100 -> good 7.2.109 -> good 7.2.114 -> good 7.2.116 -> good 7.2.117 -> good 7.2.118 -> good 7.2.119 -> bad 7.2.139 -> bad 7.2.178 -> bad 7.2.258 -> bad 7.2.402 -> bad The patch which introduces the bug is: Patch 7.2.119 Prob

Re: Patch 7.2.119

2009-02-22 Fir de Conversatie Yukihiro Nakadaira
Bram Moolenaar wrote: > Yukihiro Nakadaira wrote: > >> Bram Moolenaar wrote: >>> Patch 7.2.119 >>> Problem:Status line is redrawn too often. >>> Solution: Check ScreeenLinesUC[] properly. (Yukihiro Nakadaira) >>> Files: src/screen.c >

Re: Patch 7.2.119

2009-02-22 Fir de Conversatie Bram Moolenaar
Yukihiro Nakadaira wrote: > Bram Moolenaar wrote: > > Patch 7.2.119 > > Problem:Status line is redrawn too often. > > Solution: Check ScreeenLinesUC[] properly. (Yukihiro Nakadaira) > > Files: src/screen.c > > Sorry, one more patch related to

Re: Patch 7.2.119

2009-02-22 Fir de Conversatie Yukihiro Nakadaira
A new patch. Please ignore previous one. Added check if the character is overwriten with diffrent character or just redrawn. If character is redrawn due to clearing previous bold character, don't redraw next cell. -- Yukihiro Nakadaira - yukihiro.nakada...@gmail.com --~--~-~--~~

Re: Patch 7.2.119

2009-02-22 Fir de Conversatie Yukihiro Nakadaira
Bram Moolenaar wrote: > Patch 7.2.119 > Problem:Status line is redrawn too often. > Solution: Check ScreeenLinesUC[] properly. (Yukihiro Nakadaira) > Files: src/screen.c Sorry, one more patch related to this. When bold character is overwritten, all of rest characters are r

Patch 7.2.119

2009-02-21 Fir de Conversatie Bram Moolenaar
Patch 7.2.119 Problem:Status line is redrawn too often. Solution: Check ScreeenLinesUC[] properly. (Yukihiro Nakadaira) Files: src/screen.c *** ../vim-7.2.118/src/screen.c Sun Feb 22 00:01:42 2009 --- src/screen.cSun Feb 22 01:07:38 2009 *** *** 6362,6368