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

2010-03-23 Fir de Conversatie Bram Moolenaar
Yukihiro Nakadaira wrote: > Dominique Pellé wrote: > > Hi > > > > I see the following Valgrind error with Gvim-7.2.402 (GTK2 GUI on Linux). > > > > ==12686== Conditional jump or move depends on uninitialised value(s) > > ==12686==at 0x53A5E0: screen_comp_differs (screen.c:6294) > > ==12686=

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

2010-03-21 Fir de Conversatie Yukihiro Nakadaira
Dominique Pellé wrote: Hi I see the following Valgrind error with Gvim-7.2.402 (GTK2 GUI on Linux). ==12686== Conditional jump or move depends on uninitialised value(s) ==12686==at 0x53A5E0: screen_comp_differs (screen.c:6294) ==12686==by 0x53AB30: screen_puts_len (screen.c:6456) ==1268

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

2010-03-18 Fir de Conversatie Dominique Pellé
Hi I see the following Valgrind error with Gvim-7.2.402 (GTK2 GUI on Linux). ==12686== Conditional jump or move depends on uninitialised value(s) ==12686==at 0x53A5E0: screen_comp_differs (screen.c:6294) ==12686==by 0x53AB30: screen_puts_len (screen.c:6456) ==12686==by 0x53A177: win_r