Dominique Pelle wrote:
> Attached patch fixes another overlapping strcpy() problem > reported by valgrind: > > ==18012== Source and destination overlap in strcpy(0x81BE1A0, 0x81BE1A1) > ==18012== at 0x4022CA2: strcpy (mc_replace_strmem.c:106) > ==18012== by 0x8104B93: add_to_showcmd (normal.c:3763) > ==18012== by 0x8100693: normal_cmd (normal.c:710) > ==18012== by 0x80CD352: main_loop (main.c:1180) > ==18012== by 0x80CCF66: main (main.c:939) Thanks. I actually had a similar fix included, but it wasn't send out yet. -- hundred-and-one symptoms of being an internet addict: 131. You challenge authority and society by portnuking people /// Bram Moolenaar -- [EMAIL PROTECTED] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ download, build and distribute -- http://www.A-A-P.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
