Re: [patch] fixed uninitialized memory access in persistent undo

2010-05-24 Fir de Conversatie Bram Moolenaar
Dominique Pelle wrote: > I also notice this additional error which happens sometimes > when loading the persistent undo file: > > =3D=3D14996=3D=3D Invalid write of size 1 > =3D=3D14996=3D=3Dat 0x402753D: memmove (mc_replace_strmem.c:629) > =3D=3D14996=3D=3Dby 0x81A62C0: u_read_undo (str

Re: [patch] fixed uninitialized memory access in persistent undo

2010-05-24 Fir de Conversatie Dominique Pellé
Bram Moolenaar wrote: > Dominique Pelle wrote: > >> I ran "make test" with Vim-7.3a BETA (f8222d1f9a73) >> and all test passed.  However, I then uncommented the >> VALGRIND = ... line in src/testdir/Makefile file, and test61 failed: >> >> Test results: >> test61 FAILED >> TEST FAILURE >> >> $ diff

Re: [patch] fixed uninitialized memory access in persistent undo

2010-05-24 Fir de Conversatie Bram Moolenaar
Dominique Pelle wrote: > I ran "make test" with Vim-7.3a BETA (f8222d1f9a73) > and all test passed. However, I then uncommented the > VALGRIND = ... line in src/testdir/Makefile file, and test61 failed: > > Test results: > test61 FAILED > TEST FAILURE > > $ diff -c test61.ok test61.failed > **

[patch] fixed uninitialized memory access in persistent undo

2010-05-24 Fir de Conversatie Dominique Pellé
Hi I ran "make test" with Vim-7.3a BETA (f8222d1f9a73) and all test passed. However, I then uncommented the VALGRIND = ... line in src/testdir/Makefile file, and test61 failed: Test results: test61 FAILED TEST FAILURE $ diff -c test61.ok test61.failed *** test61.ok 2010-05-24 08:32:37.5418290