On Jun 18, 2014, at 6:30, Dominique Pellé <[email protected]> wrote:
> Hi > > Valgrind reports errors when running test63 with vim-7.4.333: > > ==15791== Memcheck, a memory error detector <snip> > ==15791== > > Compiling with gcc -O2, I also get this compilation warning > which also points to the same bug: > > screen.c:7471:3: warning: 'nmatched' may be used uninitialized in this > function [-Wmaybe-uninitialized] > > Bug is introduced in vim-7.4.330. > > Attached patch fixes it but but I don't understand this > code enough to tell whether it's correct, so please > review it. Patch also fixes a typo in :help matchaddpos(). > > Regards > Dominique On Mac OS X 10.9.3, an x86_64 machine, I wasn't able to install vim-7.4.333 due to a failure of TEST 11 of test63, which is apparently relevant to Patch 7.4.330. It looks the patch also fixes it. Regards, Kazunobu Kuriyama > <fixed-uninitialized-7.4.333.patch> -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
