Charles Cooper wrote: > On Tuesday, August 12, 2014 5:39:05 PM UTC-4, Bram Moolenaar wrote: > > Dominique wrote: > > > Bram Moolenaar wrote: > > > > Patch 7.4.402 > > > > Problem: Test 72 crashes under certain conditions. (Kazunobu > > > > Kuriyama) > > > > Solution: Clear the whole bufinfo_T early. > > > > Files: src/undo.c > > > > > > Test 72 no longer segfaults after this patch. However, > > > running it under valgrind shows access to uninitialized > > > memory: > > > > > As long as you all are working on undo.c, there is a compile warning > with 32 bit Windows MSVC > > undo.c(995) : warning C4244: '=' : conversion from 'long_u' to > 'char_u', possible loss of data > > which can be eliminated with a cast
Mike Williams regularly sends me a patch for these, I just included the latest. -- How To Keep A Healthy Level Of Insanity: 11. Specify that your drive-through order is "to go". /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// -- -- 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.
